#051C24

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

Shades of Black Pearl #051C24

Tints of Black Pearl #051C24

Color information

#051C24 (or 0x051C24) is unknown color: approx Black Pearl. HEX triplet: 05, 1C and 24. RGB value is (5,28,36). Sum of RGB (Red+Green+Blue) = 5+28+36=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 36 (14.45% from 255 or 52.17% from 69); Max value from RGB is 36 - color contains mainly: blue. Hex color #051C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C24 is #FAE3DB. Grayscale: #151515. Windows color (decimal): -16442332 or 2366469. OLE color: 2366469.

HSL color Cylindrical-coordinate representation of color #051C24: hue angle of 195.48º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #051C24 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB52836-
CMYK0.860.2200.86
HSL195.48º75.61%8.04%-
HSV(B)195.48º86.11%14.12%-
XYZ0.80.991.82-
YUV22.04135.88115.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 28 (11.33% from 255) = 40.58%
BLUE value IS 36 (14.45% from 255) = 52.17%
R=7.25%
G=40.58%
B=52.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal528360.860.2200.86195.4875.618.04
Hex51C245616056c34c8
Octal5344412626012630311410
Binary10111100100100101011010110010101101100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,36); }

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

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

 a { background-color: rgb(5,28,36); }

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

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

 span { border-color: rgb(5,28,36); }

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