#12252C

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

Shades of Black Pearl #12252C

Tints of Black Pearl #12252C

Color information

#12252C (or 0x12252C) is unknown color: approx Black Pearl. HEX triplet: 12, 25 and 2C. RGB value is (18,37,44). Sum of RGB (Red+Green+Blue) = 18+37+44=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #12252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12252C is #EDDAD3. Grayscale: #202020. Windows color (decimal): -15588052 or 2893074. OLE color: 2893074.

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

Color convert

RGB183744-
CMYK0.590.1600.83
HSL196.15º41.94%12.16%-
HSV(B)196.15º59.09%17.25%-
XYZ1.371.632.63-
YUV32.12134.71117.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=18.18%
G=37.37%
B=44.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1837440.590.1600.83196.1541.9412.16
Hex12252C3B10053c42ac
Octal224554732001233045214
Binary100101001011011001110111000001010011110001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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