#051D2C

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

Shades of Black Pearl #051D2C

Tints of Black Pearl #051D2C

Color information

#051D2C (or 0x051D2C) is unknown color: approx Black Pearl. HEX triplet: 05, 1D and 2C. RGB value is (5,29,44). Sum of RGB (Red+Green+Blue) = 5+29+44=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #051D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D2C is #FAE2D3. Grayscale: #171717. Windows color (decimal): -16442068 or 2891013. OLE color: 2891013.

HSL color Cylindrical-coordinate representation of color #051D2C: hue angle of 203.08º 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 #051D2C is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB52944-
CMYK0.890.3400.83
HSL203.08º79.59%9.61%-
HSV(B)203.08º88.64%17.25%-
XYZ0.961.092.54-
YUV23.53139.55114.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 44 (17.58% from 255) = 56.41%
R=6.41%
G=37.18%
B=56.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal529440.890.3400.83203.0879.599.61
Hex51D2C5922053cb50a
Octal5355413142012331312012
Binary101111011011001011001100010010100111100101110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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