#12242D

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

Shades of Black Pearl #12242D

Tints of Black Pearl #12242D

Color information

#12242D (or 0x12242D) is unknown color: approx Black Pearl. HEX triplet: 12, 24 and 2D. RGB value is (18,36,45). Sum of RGB (Red+Green+Blue) = 18+36+45=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #12242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12242D is #EDDBD2. Grayscale: #1F1F1F. Windows color (decimal): -15588307 or 2958354. OLE color: 2958354.

HSL color Cylindrical-coordinate representation of color #12242D: hue angle of 200º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #12242D is Cyan = 0.6, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183645-
CMYK0.60.200.82
HSL200º42.86%12.35%-
HSV(B)200º60%17.65%-
XYZ1.351.582.72-
YUV31.64135.54118.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1836450.60.200.8220042.8612.35
Hex12242D3C14052c82bc
Octal224455742401223105314
Binary100101001001011011111001010001010010110010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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