Html Css Color HEX #001220 Black Pearl

📋 copy color: '#001220'

red 0 ◦ green 18 ◦ blue 32

#001220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #001220

Tints of Black Pearl #001220

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 18 (7.42% from 255) = 36%

 BLUE value IS 32 (12.89% from 255) = 64%

R = 0%
G = 36%
B = 64%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001220 (or 0x001220) is known color: Black Pearl. HEX triplet: 00, 12 and 20. RGB value is (0,18,32). Sum of RGB (Red+Green+Blue) = 0+18+32=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 32 (12.89% from 255 or 64% from 50); Max value from RGB is 32 - color contains mainly: blue. Hex color #001220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001220 is #FFEDDF. Grayscale: #0E0E0E. Windows color (decimal): -16772576 or 2101760. OLE color: 2101760.

HSL color Cylindrical-coordinate representation of color #001220: hue angle of 206.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001220 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 18 32 -
CMYK 1 0.44 0 0.87
HSL 206.25º 1% 0.06% -
HSV(B) 206.25º 1% 0.13% -
XYZ 0.48 0.54 1.44 -
YUV 14.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 0 18 32 1 0.44 0 0.87 206.25 1 0.06
Hex 0 12 20 64 2C 0 57 CE 64 6
Octal 0 22 40 144 54 0 127 316 144 6
Binary 0 10010 100000 1100100 101100 0 1010111 11001110 1100100 110

Color Harmonies of #001220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001220

Black with #001220

Text Example


Text Example

White with #001220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001220; }

 p { color: rgb(0,18,32); }

 H1.HeaderClassName
 {
   color: #001220;
 }
 .AnyTagClassName
 {
   color: #001220;
 }
</style>

background-color css

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

 a { background-color: rgb(0,18,32); }

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

border-color css

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

 span { border-color: rgb(0,18,32); }

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