Html Css Color HEX #001222 Black Pearl

📋 copy color: '#001222'

red 0 ◦ green 18 ◦ blue 34

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

Shades of Black Pearl #001222

Tints of Black Pearl #001222

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 value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001222 (or 0x001222) is known color: 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

RGB 0 18 34 -
CMYK 1 0.47 0 0.87
HSL 208.24º 1% 0.07% -
HSV(B) 208.24º 1% 0.13% -
XYZ 0.51 0.55 1.59 -
YUV 14.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 0 18 34 1 0.47 0 0.87 208.24 1 0.07
Hex 0 12 22 64 2F 0 57 D0 64 7
Octal 0 22 42 144 57 0 127 320 144 7
Binary 0 10010 100010 1100100 101111 0 1010111 11010000 1100100 111

Color Harmonies of #001222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001222

Black with #001222

Text Example


Text Example

White with #001222

Text Example


Text Example

HTML Codes & Css Web 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>