#001222

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

Shades of Black Pearl #001222

Tints of Black Pearl #001222

Color information

#001222 (or 0x001222) is unknown color: approx Black Pearl. HEX triplet: 00, 12 and 22. RGB value is (0,18,34). Sum of RGB (Red+Green+Blue) = 0+18+34=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 34 (13.67% from 255 or 65.38% from 52); Max value from RGB is 34 - color contains mainly: blue. Hex color #001222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001222 is #FFEDDD. Grayscale: #0E0E0E. Windows color (decimal): -16772574 or 2232832. OLE color: 2232832.

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

Color convert

RGB01834-
CMYK10.4700.87
HSL208.24º100%6.67%-
HSV(B)208.24º100%13.33%-
XYZ0.510.551.59-
YUV14.44139.04117.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 34 (13.67% from 255) = 65.38%
R=0%
G=34.62%
B=65.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0183410.4700.87208.241006.67
Hex01222642F057d0647
Octal022421445701273201447
Binary010010100010110010010111101010111110100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001222; }

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

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

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

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

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

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

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

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