#081C2A

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

Shades of Black Pearl #081C2A

Tints of Black Pearl #081C2A

Color information

#081C2A (or 0x081C2A) is unknown color: approx Black Pearl. HEX triplet: 08, 1C and 2A. RGB value is (8,28,42). Sum of RGB (Red+Green+Blue) = 8+28+42=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #081C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C2A is #F7E3D5. Grayscale: #171717. Windows color (decimal): -16245718 or 2759688. OLE color: 2759688.

HSL color Cylindrical-coordinate representation of color #081C2A: hue angle of 204.71º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #081C2A is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB82842-
CMYK0.810.3300.84
HSL204.71º68%9.8%-
HSV(B)204.71º80.95%16.47%-
XYZ0.931.052.34-
YUV23.62138.37116.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 42 (16.80% from 255) = 53.85%
R=10.26%
G=35.90%
B=53.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal828420.810.3300.84204.71689.8
Hex81C2A5121054cd44a
Octal10345212141012431510412
Binary1000111001010101010001100001010101001100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081C2A; }

 p { color: rgb(8,28,42); }

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

<style>
 a { background-color: #081C2A; }

 a { background-color: rgb(8,28,42); }

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

<style>
 span { border-color: #081C2A; }

 span { border-color: rgb(8,28,42); }

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