#071A2B

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

Shades of Black Pearl #071A2B

Tints of Black Pearl #071A2B

Color information

#071A2B (or 0x071A2B) is unknown color: approx Black Pearl. HEX triplet: 07, 1A and 2B. RGB value is (7,26,43). Sum of RGB (Red+Green+Blue) = 7+26+43=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #071A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A2B is #F8E5D4. Grayscale: #161616. Windows color (decimal): -16311765 or 2824711. OLE color: 2824711.

HSL color Cylindrical-coordinate representation of color #071A2B: hue angle of 208.33º 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 #071A2B is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB72643-
CMYK0.840.4000.83
HSL208.33º72%9.8%-
HSV(B)208.33º83.72%16.86%-
XYZ0.890.962.42-
YUV22.26139.71117.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 43 (17.19% from 255) = 56.58%
R=9.21%
G=34.21%
B=56.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal726430.840.4000.83208.33729.8
Hex71A2B5428053d048a
Octal7325312450012332011012
Binary111110101010111010100101000010100111101000010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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