#071C29

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

Shades of Black Pearl #071C29

Tints of Black Pearl #071C29

Color information

#071C29 (or 0x071C29) is unknown color: approx Black Pearl. HEX triplet: 07, 1C and 29. RGB value is (7,28,41). Sum of RGB (Red+Green+Blue) = 7+28+41=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #071C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C29 is #F8E3D6. Grayscale: #171717. Windows color (decimal): -16311255 or 2694151. OLE color: 2694151.

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

Color convert

RGB72841-
CMYK0.830.3200.84
HSL202.94º70.83%9.41%-
HSV(B)202.94º82.93%16.08%-
XYZ0.91.042.25-
YUV23.2138.04116.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=9.21%
G=36.84%
B=53.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal728410.830.3200.84202.9470.839.41
Hex71C295320054cb479
Octal7345112340012431310711
Binary111111001010011010011100000010101001100101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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