#071C28

Color #071C28 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #071C28

Tints of Black Pearl #071C28

Color information

#071C28 (or 0x071C28) is unknown color: approx Black Pearl. HEX triplet: 07, 1C and 28. RGB value is (7,28,40). Sum of RGB (Red+Green+Blue) = 7+28+40=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #071C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C28 is #F8E3D7. Grayscale: #171717. Windows color (decimal): -16311256 or 2628615. OLE color: 2628615.

HSL color Cylindrical-coordinate representation of color #071C28: hue angle of 201.82º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071C28 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB72840-
CMYK0.830.3000.84
HSL201.82º70.21%9.22%-
HSV(B)201.82º82.5%15.69%-
XYZ0.891.032.16-
YUV23.09137.54116.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 40 (16.02% from 255) = 53.33%
R=9.33%
G=37.33%
B=53.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal728400.830.3000.84201.8270.219.22
Hex71C28531E054ca469
Octal7345012336012431210611
Binary11111100101000101001111110010101001100101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071C28; }

 p { color: rgb(7,28,40); }

 H1.HeaderClassName
 {
   color: #071C28;
 }
 .AnyTagClassName
 {
   color: #071C28;
 }
</style>
background-color css

<style>
 a { background-color: #071C28; }

 a { background-color: rgb(7,28,40); }

 div.DivClassName
 {
   background-color: #071C28;
 }
 .BgClassName
 {
   background-color: #071C28;
 }
</style>
border-color css

<style>
 span { border-color: #071C28; }

 span { border-color: rgb(7,28,40); }

 td.TdClassName
 {
   border-color: #071C28;
 }
 .TagClassName
 {
   border-color: #071C28;
 }
</style>