#051E2C

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

Shades of Black Pearl #051E2C

Tints of Black Pearl #051E2C

Color information

#051E2C (or 0x051E2C) is unknown color: approx Black Pearl. HEX triplet: 05, 1E and 2C. RGB value is (5,30,44). Sum of RGB (Red+Green+Blue) = 5+30+44=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #051E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E2C is #FAE1D3. Grayscale: #181818. Windows color (decimal): -16441812 or 2891269. OLE color: 2891269.

HSL color Cylindrical-coordinate representation of color #051E2C: hue angle of 201.54º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #051E2C is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB53044-
CMYK0.890.3200.83
HSL201.54º79.59%9.61%-
HSV(B)201.54º88.64%17.25%-
XYZ0.981.142.55-
YUV24.12139.22114.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 30 (12.11% from 255) = 37.97%
BLUE value IS 44 (17.58% from 255) = 55.70%
R=6.33%
G=37.97%
B=55.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal530440.890.3200.83201.5479.599.61
Hex51E2C5920053ca50a
Octal5365413140012331212012
Binary101111101011001011001100000010100111100101010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051E2C; }

 p { color: rgb(5,30,44); }

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

<style>
 a { background-color: #051E2C; }

 a { background-color: rgb(5,30,44); }

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

<style>
 span { border-color: #051E2C; }

 span { border-color: rgb(5,30,44); }

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