#120831

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

Shades of Tolopea #120831

Tints of Tolopea #120831

Color information

#120831 (or 0x120831) is unknown color: approx Tolopea. HEX triplet: 12, 08 and 31. RGB value is (18,8,49). Sum of RGB (Red+Green+Blue) = 18+8+49=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #120831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120831 is #EDF7CE. Grayscale: #0F0F0F. Windows color (decimal): -15595471 or 3213330. OLE color: 3213330.

HSL color Cylindrical-coordinate representation of color #120831: hue angle of 254.63º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120831 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB18849-
CMYK0.630.8400.81
HSL254.63º71.93%11.18%-
HSV(B)254.63º83.67%19.22%-
XYZ0.890.522.96-
YUV15.66146.81129.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 49 (19.53% from 255) = 65.33%
R=24%
G=10.67%
B=65.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal188490.630.8400.81254.6371.9311.18
Hex128313F54051ff48b
Octal22106177124012137711013
Binary1001010001100011111111010100010100011111111110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120831; }

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

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

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

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

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

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

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

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