#071B2D

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

Shades of Black Pearl #071B2D

Tints of Black Pearl #071B2D

Color information

#071B2D (or 0x071B2D) is unknown color: approx Black Pearl. HEX triplet: 07, 1B and 2D. RGB value is (7,27,45). Sum of RGB (Red+Green+Blue) = 7+27+45=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #071B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B2D is #F8E4D2. Grayscale: #161616. Windows color (decimal): -16311507 or 2956039. OLE color: 2956039.

HSL color Cylindrical-coordinate representation of color #071B2D: hue angle of 208.42º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #071B2D is Cyan = 0.84, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB72745-
CMYK0.840.400.82
HSL208.42º73.08%10.2%-
HSV(B)208.42º84.44%17.65%-
XYZ0.951.022.63-
YUV23.07140.37116.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.86%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 45 (17.97% from 255) = 56.96%
R=8.86%
G=34.18%
B=56.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal727450.840.400.82208.4273.0810.2
Hex71B2D5428052d049a
Octal7335512450012232011112
Binary111110111011011010100101000010100101101000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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