#12232C

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

Shades of Black Pearl #12232C

Tints of Black Pearl #12232C

Color information

#12232C (or 0x12232C) is unknown color: approx Black Pearl. HEX triplet: 12, 23 and 2C. RGB value is (18,35,44). Sum of RGB (Red+Green+Blue) = 18+35+44=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #12232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12232C is #EDDCD3. Grayscale: #1E1E1E. Windows color (decimal): -15588564 or 2892562. OLE color: 2892562.

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

Color convert

RGB183544-
CMYK0.590.2000.83
HSL200.77º41.94%12.16%-
HSV(B)200.77º59.09%17.25%-
XYZ1.311.512.61-
YUV30.94135.37118.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=18.56%
G=36.08%
B=45.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1835440.590.2000.83200.7741.9412.16
Hex12232C3B14053c92ac
Octal224354732401233115214
Binary100101000111011001110111010001010011110010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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