#001122

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

Shades of Black Pearl #001122

Tints of Black Pearl #001122

Color information

#001122 (or 0x001122) is unknown color: approx 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

RGB01734-
CMYK10.5000.87
HSL210º100%6.67%-
HSV(B)210º100%13.33%-
XYZ0.490.521.59-
YUV13.86139.37118.12-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0173410.5000.872101006.67
Hex011226432057d2647
Octal021421446201273221447
Binary010001100010110010011001001010111110100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>