#011732

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

Shades of Black Pearl #011732

Tints of Black Pearl #011732

Color information

#011732 (or 0x011732) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 32. RGB value is (1,23,50). Sum of RGB (Red+Green+Blue) = 1+23+50=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #011732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011732 is #FEE8CD. Grayscale: #131313. Windows color (decimal): -16705742 or 3282689. OLE color: 3282689.

HSL color Cylindrical-coordinate representation of color #011732: hue angle of 213.06º 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 #011732 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB12350-
CMYK0.980.5400.80
HSL213.06º96.08%10%-
HSV(B)213.06º98%19.61%-
XYZ0.890.853.13-
YUV19.5145.21114.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 23 (9.38% from 255) = 31.08%
BLUE value IS 50 (19.92% from 255) = 67.57%
R=1.35%
G=31.08%
B=67.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal123500.980.5400.80213.0696.0810
Hex117326236050d560a
Octal1276214266012032514012
Binary1101111100101100010110110010100001101010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011732; }

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

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

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

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

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

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

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

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