#12212C

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

Shades of Black Pearl #12212C

Tints of Black Pearl #12212C

Color information

#12212C (or 0x12212C) is unknown color: approx Black Pearl. HEX triplet: 12, 21 and 2C. RGB value is (18,33,44). Sum of RGB (Red+Green+Blue) = 18+33+44=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #12212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12212C is #EDDED3. Grayscale: #1D1D1D. Windows color (decimal): -15589076 or 2892050. OLE color: 2892050.

HSL color Cylindrical-coordinate representation of color #12212C: hue angle of 205.38º 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 #12212C is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB183344-
CMYK0.590.2500.83
HSL205.38º41.94%12.16%-
HSV(B)205.38º59.09%17.25%-
XYZ1.251.42.59-
YUV29.77136.03119.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 44 (17.58% from 255) = 46.32%
R=18.95%
G=34.74%
B=46.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1833440.590.2500.83205.3841.9412.16
Hex12212C3B19053cd2ac
Octal224154733101233155214
Binary100101000011011001110111100101010011110011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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