#12222C

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

Shades of Black Pearl #12222C

Tints of Black Pearl #12222C

Color information

#12222C (or 0x12222C) is unknown color: approx Black Pearl. HEX triplet: 12, 22 and 2C. RGB value is (18,34,44). Sum of RGB (Red+Green+Blue) = 18+34+44=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #12222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12222C is #EDDDD3. Grayscale: #1E1E1E. Windows color (decimal): -15588820 or 2892306. OLE color: 2892306.

HSL color Cylindrical-coordinate representation of color #12222C: hue angle of 203.08º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12222C is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB183444-
CMYK0.590.2300.83
HSL203.08º41.94%12.16%-
HSV(B)203.08º59.09%17.25%-
XYZ1.281.452.6-
YUV30.36135.7119.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=18.75%
G=35.42%
B=45.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1834440.590.2300.83203.0841.9412.16
Hex12222C3B17053cb2ac
Octal224254732701233135214
Binary100101000101011001110111011101010011110010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12222C; }

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

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

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

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

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

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

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

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