#071A29

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

Shades of Black Pearl #071A29

Tints of Black Pearl #071A29

Color information

#071A29 (or 0x071A29) is unknown color: approx Black Pearl. HEX triplet: 07, 1A and 29. RGB value is (7,26,41). Sum of RGB (Red+Green+Blue) = 7+26+41=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #071A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A29 is #F8E5D6. Grayscale: #151515. Windows color (decimal): -16311767 or 2693639. OLE color: 2693639.

HSL color Cylindrical-coordinate representation of color #071A29: hue angle of 206.47º 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 #071A29 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB72641-
CMYK0.830.3700.84
HSL206.47º70.83%9.41%-
HSV(B)206.47º82.93%16.08%-
XYZ0.860.942.23-
YUV22.03138.71117.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 26 (10.55% from 255) = 35.14%
BLUE value IS 41 (16.41% from 255) = 55.41%
R=9.46%
G=35.14%
B=55.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal726410.830.3700.84206.4770.839.41
Hex71A295325054ce479
Octal7325112345012431610711
Binary111110101010011010011100101010101001100111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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