#121308

Color #121308 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #121308

Tints of Maire #121308

Color information

#121308 (or 0x121308) is unknown color: approx Maire. HEX triplet: 12, 13 and 08. RGB value is (18,19,8). Sum of RGB (Red+Green+Blue) = 18+19+8=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #121308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121308 is #EDECF7. Grayscale: #111111. Windows color (decimal): -15592696 or 529170. OLE color: 529170.

HSL color Cylindrical-coordinate representation of color #121308: hue angle of 65.45º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #121308 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB18198-
CMYK0.0500.580.93
HSL65.45º40.74%5.29%-
HSV(B)65.45º57.89%7.45%-
XYZ0.530.610.32-
YUV17.45122.67128.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 42.22%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=40%
G=42.22%
B=17.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181980.0500.580.9365.4540.745.29
Hex12138503A5D41295
Octal2223105072135101515
Binary10010100111000101011101010111011000001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121308; }

 p { color: rgb(18,19,8); }

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

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

 a { background-color: rgb(18,19,8); }

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

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

 span { border-color: rgb(18,19,8); }

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