#071B2B

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

Shades of Black Pearl #071B2B

Tints of Black Pearl #071B2B

Color information

#071B2B (or 0x071B2B) is unknown color: approx Black Pearl. HEX triplet: 07, 1B and 2B. RGB value is (7,27,43). Sum of RGB (Red+Green+Blue) = 7+27+43=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #071B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B2B is #F8E4D4. Grayscale: #161616. Windows color (decimal): -16311509 or 2824967. OLE color: 2824967.

HSL color Cylindrical-coordinate representation of color #071B2B: hue angle of 206.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #071B2B is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB72743-
CMYK0.840.3700.83
HSL206.67º72%9.8%-
HSV(B)206.67º83.72%16.86%-
XYZ0.9212.43-
YUV22.84139.37116.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 43 (17.19% from 255) = 55.84%
R=9.09%
G=35.06%
B=55.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal727430.840.3700.83206.67729.8
Hex71B2B5425053cf48a
Octal7335312445012331711012
Binary111110111010111010100100101010100111100111110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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