#12292E

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

Shades of Black Pearl #12292E

Tints of Black Pearl #12292E

Color information

#12292E (or 0x12292E) is unknown color: approx Black Pearl. HEX triplet: 12, 29 and 2E. RGB value is (18,41,46). Sum of RGB (Red+Green+Blue) = 18+41+46=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #12292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12292E is #EDD6D1. Grayscale: #222222. Windows color (decimal): -15587026 or 3025170. OLE color: 3025170.

HSL color Cylindrical-coordinate representation of color #12292E: hue angle of 190.71º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12292E is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB184146-
CMYK0.610.1100.82
HSL190.71º43.75%12.55%-
HSV(B)190.71º60.87%18.04%-
XYZ1.541.912.87-
YUV34.69134.38116.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 46 (18.36% from 255) = 43.81%
R=17.14%
G=39.05%
B=43.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1841460.610.1100.82190.7143.7512.55
Hex12292E3DB052bf2cd
Octal225156751301222775415
Binary10010101001101110111101101101010010101111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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