#12242C

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

Shades of Black Pearl #12242C

Tints of Black Pearl #12242C

Color information

#12242C (or 0x12242C) is unknown color: approx Black Pearl. HEX triplet: 12, 24 and 2C. RGB value is (18,36,44). Sum of RGB (Red+Green+Blue) = 18+36+44=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #12242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12242C is #EDDBD3. Grayscale: #1F1F1F. Windows color (decimal): -15588308 or 2892818. OLE color: 2892818.

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

Color convert

RGB183644-
CMYK0.590.1800.83
HSL198.46º41.94%12.16%-
HSV(B)198.46º59.09%17.25%-
XYZ1.331.572.62-
YUV31.53135.04118.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=18.37%
G=36.73%
B=44.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1836440.590.1800.83198.4641.9412.16
Hex12242C3B12053c62ac
Octal224454732201233065214
Binary100101001001011001110111001001010011110001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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