#071A26

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

Shades of Black Pearl #071A26

Tints of Black Pearl #071A26

Color information

#071A26 (or 0x071A26) is unknown color: approx Black Pearl. HEX triplet: 07, 1A and 26. RGB value is (7,26,38). Sum of RGB (Red+Green+Blue) = 7+26+38=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 38 (15.23% from 255 or 53.52% from 71); Max value from RGB is 38 - color contains mainly: blue. Hex color #071A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A26 is #F8E5D9. Grayscale: #151515. Windows color (decimal): -16311770 or 2497031. OLE color: 2497031.

HSL color Cylindrical-coordinate representation of color #071A26: hue angle of 203.23º 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 #071A26 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB72638-
CMYK0.820.3200.85
HSL203.23º68.89%8.82%-
HSV(B)203.23º81.58%14.9%-
XYZ0.810.921.97-
YUV21.69137.21117.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.86%
GREEN value IS 26 (10.55% from 255) = 36.62%
BLUE value IS 38 (15.23% from 255) = 53.52%
R=9.86%
G=36.62%
B=53.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal726380.820.3200.85203.2368.898.82
Hex71A265220055cb459
Octal7324612240012531310511
Binary111110101001101010010100000010101011100101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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