#12240A

Color #12240A Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #12240A

Tints of Black Forest #12240A

Color information

#12240A (or 0x12240A) is unknown color: approx Black Forest. HEX triplet: 12, 24 and 0A. RGB value is (18,36,10). Sum of RGB (Red+Green+Blue) = 18+36+10=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 36 (14.45% from 255 or 56.25% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 36 - color contains mainly: green. Hex color #12240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12240A is #EDDBF5. Grayscale: #1B1B1B. Windows color (decimal): -15588342 or 664594. OLE color: 664594.

HSL color Cylindrical-coordinate representation of color #12240A: hue angle of 101.54º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12240A is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB183610-
CMYK0.500.720.86
HSL101.54º56.52%9.02%-
HSV(B)101.54º72.22%14.12%-
XYZ0.941.410.51-
YUV27.65118.04121.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 36 (14.45% from 255) = 56.25%
BLUE value IS 10 (4.30% from 255) = 15.62%
R=28.12%
G=56.25%
B=15.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1836100.500.720.86101.5456.529.02
Hex1224A320485666399
Octal2244126201101261467111
Binary10010100100101011001001001000101011011001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12240A; }

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

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

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

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

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

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

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

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