#051824

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

Shades of Black Pearl #051824

Tints of Black Pearl #051824

Color information

#051824 (or 0x051824) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 24. RGB value is (5,24,36). Sum of RGB (Red+Green+Blue) = 5+24+36=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #051824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051824 is #FAE7DB. Grayscale: #131313. Windows color (decimal): -16443356 or 2365445. OLE color: 2365445.

HSL color Cylindrical-coordinate representation of color #051824: hue angle of 203.23º 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 #051824 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB52436-
CMYK0.860.3300.86
HSL203.23º75.61%8.04%-
HSV(B)203.23º86.11%14.12%-
XYZ0.710.811.79-
YUV19.69137.21117.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 24 (9.77% from 255) = 36.92%
BLUE value IS 36 (14.45% from 255) = 55.38%
R=7.69%
G=36.92%
B=55.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal524360.860.3300.86203.2375.618.04
Hex518245621056cb4c8
Octal5304412641012631311410
Binary101110001001001010110100001010101101100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051824; }

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

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

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

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

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

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

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

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