#051832

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

Shades of Black Pearl #051832

Tints of Black Pearl #051832

Color information

#051832 (or 0x051832) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 32. RGB value is (5,24,50). Sum of RGB (Red+Green+Blue) = 5+24+50=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 50 (19.92% from 255 or 63.29% from 79); Max value from RGB is 50 - color contains mainly: blue. Hex color #051832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051832 is #FAE7CD. Grayscale: #151515. Windows color (decimal): -16443342 or 3282949. OLE color: 3282949.

HSL color Cylindrical-coordinate representation of color #051832: hue angle of 214.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051832 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB52450-
CMYK0.900.5200.80
HSL214.67º81.82%10.78%-
HSV(B)214.67º90%19.61%-
XYZ0.960.923.14-
YUV21.28144.21116.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 50 (19.92% from 255) = 63.29%
R=6.33%
G=30.38%
B=63.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal524500.900.5200.80214.6781.8210.78
Hex518325A34050d752b
Octal5306213264012032712213
Binary101110001100101011010110100010100001101011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051832; }

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

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

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

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

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

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

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

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