#011832

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

Shades of Black Pearl #011832

Tints of Black Pearl #011832

Color information

#011832 (or 0x011832) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 32. RGB value is (1,24,50). Sum of RGB (Red+Green+Blue) = 1+24+50=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #011832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011832 is #FEE7CD. Grayscale: #131313. Windows color (decimal): -16705486 or 3282945. OLE color: 3282945.

HSL color Cylindrical-coordinate representation of color #011832: hue angle of 211.84º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011832 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB12450-
CMYK0.980.5200.80
HSL211.84º96.08%10%-
HSV(B)211.84º98%19.61%-
XYZ0.910.893.14-
YUV20.09144.88114.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 50 (19.92% from 255) = 66.67%
R=1.33%
G=32%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal124500.980.5200.80211.8496.0810
Hex118326234050d460a
Octal1306214264012032414012
Binary1110001100101100010110100010100001101010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011832; }

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

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

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

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

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

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

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

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