#001632

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

Shades of Black Pearl #001632

Tints of Black Pearl #001632

Color information

#001632 (or 0x001632) is unknown color: approx Black Pearl. HEX triplet: 00, 16 and 32. RGB value is (0,22,50). Sum of RGB (Red+Green+Blue) = 0+22+50=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #001632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001632 is #FFE9CD. Grayscale: #121212. Windows color (decimal): -16771534 or 3282432. OLE color: 3282432.

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

Color convert

RGB02250-
CMYK10.5600.80
HSL213.6º100%9.8%-
HSV(B)213.6º100%19.61%-
XYZ0.860.83.13-
YUV18.61145.71114.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 50 (19.92% from 255) = 69.44%
R=0%
G=30.56%
B=69.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0225010.5600.80213.61009.8
Hex016326438050d664a
Octal0266214470012032614412
Binary0101101100101100100111000010100001101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001632; }

 p { color: rgb(0,22,50); }

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

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

 a { background-color: rgb(0,22,50); }

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

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

 span { border-color: rgb(0,22,50); }

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