#071426

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

Shades of Black Pearl #071426

Tints of Black Pearl #071426

Color information

#071426 (or 0x071426) is unknown color: approx Black Pearl. HEX triplet: 07, 14 and 26. RGB value is (7,20,38). Sum of RGB (Red+Green+Blue) = 7+20+38=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 38 (15.23% from 255 or 58.46% from 65); Max value from RGB is 38 - color contains mainly: blue. Hex color #071426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071426 is #F8EBD9. Grayscale: #121212. Windows color (decimal): -16313306 or 2495495. OLE color: 2495495.

HSL color Cylindrical-coordinate representation of color #071426: hue angle of 214.84º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071426 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB72038-
CMYK0.820.4700.85
HSL214.84º68.89%8.82%-
HSV(B)214.84º81.58%14.9%-
XYZ0.690.691.93-
YUV18.16139.19120.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 38 (15.23% from 255) = 58.46%
R=10.77%
G=30.77%
B=58.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal720380.820.4700.85214.8468.898.82
Hex71426522F055d7459
Octal7244612257012532710511
Binary111101001001101010010101111010101011101011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071426; }

 p { color: rgb(7,20,38); }

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

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

 a { background-color: rgb(7,20,38); }

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

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

 span { border-color: rgb(7,20,38); }

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