Html Css Color HEX #001122 Black Pearl

📋 copy color: '#001122'

red 0 ◦ green 17 ◦ blue 34

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

Shades of Black Pearl #001122

Tints of Black Pearl #001122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 33.33%

 BLUE value IS 34 (13.67% from 255) = 66.67%

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001122 (or 0x001122) is known color: Black Pearl. HEX triplet: 00, 11 and 22. RGB value is (0,17,34). Sum of RGB (Red+Green+Blue) = 0+17+34=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 34 (13.67% from 255 or 66.67% from 51); Max value from RGB is 34 - color contains mainly: blue. Hex color #001122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001122 is #FFEEDD. Grayscale: #0D0D0D. Windows color (decimal): -16772830 or 2232576. OLE color: 2232576.

HSL color Cylindrical-coordinate representation of color #001122: hue angle of 210º 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 #001122 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 17 34 -
CMYK 1 0.50 0 0.87
HSL 210º 1% 0.07% -
HSV(B) 210º 1% 0.13% -
XYZ 0.49 0.52 1.59 -
YUV 13.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 0 17 34 1 0.50 0 0.87 210 1 0.07
Hex 0 11 22 64 32 0 57 D2 64 7
Octal 0 21 42 144 62 0 127 322 144 7
Binary 0 10001 100010 1100100 110010 0 1010111 11010010 1100100 111

Color Harmonies of #001122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001122

Black with #001122

Text Example


Text Example

White with #001122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001122; }

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

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

background-color css

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

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

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

border-color css

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

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

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