#071B26

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

Shades of Black Pearl #071B26

Tints of Black Pearl #071B26

Color information

#071B26 (or 0x071B26) is unknown color: approx Black Pearl. HEX triplet: 07, 1B and 26. RGB value is (7,27,38). Sum of RGB (Red+Green+Blue) = 7+27+38=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #071B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B26 is #F8E4D9. Grayscale: #161616. Windows color (decimal): -16311514 or 2497287. OLE color: 2497287.

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

Color convert

RGB72738-
CMYK0.820.2900.85
HSL201.29º68.89%8.82%-
HSV(B)201.29º81.58%14.9%-
XYZ0.830.971.98-
YUV22.27136.87117.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 27 (10.94% from 255) = 37.5%
BLUE value IS 38 (15.23% from 255) = 52.78%
R=9.72%
G=37.5%
B=52.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal727380.820.2900.85201.2968.898.82
Hex71B26521D055c9459
Octal7334612235012531110511
Binary11111011100110101001011101010101011100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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