#12292D

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

Shades of Black Pearl #12292D

Tints of Black Pearl #12292D

Color information

#12292D (or 0x12292D) is unknown color: approx Black Pearl. HEX triplet: 12, 29 and 2D. RGB value is (18,41,45). Sum of RGB (Red+Green+Blue) = 18+41+45=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #12292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12292D is #EDD6D2. Grayscale: #222222. Windows color (decimal): -15587027 or 2959634. OLE color: 2959634.

HSL color Cylindrical-coordinate representation of color #12292D: hue angle of 188.89º 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 #12292D is Cyan = 0.6, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB184145-
CMYK0.60.0900.82
HSL188.89º42.86%12.35%-
HSV(B)188.89º60%17.65%-
XYZ1.521.92.77-
YUV34.58133.88116.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 41 (16.41% from 255) = 39.42%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=17.31%
G=39.42%
B=43.27%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1841450.60.0900.82188.8942.8612.35
Hex12292D3C9052bd2bc
Octal225155741101222755314
Binary10010101001101101111100100101010010101111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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