Html Css Color HEX #12240A Black Forest

📋 copy color: '#12240A'

red 18 ◦ green 36 ◦ blue 10

#12240A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #12240A

Tints of Black Forest #12240A

RGB

 RED value IS 18 (7.42% from 255) = 28.13%

 GREEN value IS 36 (14.45% from 255) = 56.25%

 BLUE value IS 10 (4.3% from 255) = 15.63%

R = 28.13%
G = 56.25%
B = 15.63%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#12240A (or 0x12240A) is known color: 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

RGB 18 36 10 -
CMYK 0.5 0 0.72 0.86
HSL 101.54º 0.57% 0.09% -
HSV(B) 101.54º 0.72% 0.14% -
XYZ 0.94 1.41 0.51 -
YUV 27.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 18 36 10 0.5 0 0.72 0.86 101.54 0.57 0.09
Hex 12 24 A 32 0 48 56 66 39 9
Octal 22 44 12 62 0 110 126 146 71 11
Binary 10010 100100 1010 110010 0 1001000 1010110 1100110 111001 1001

Color Harmonies of #12240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12240A

Black with #12240A

Text Example


Text Example

White with #12240A

Text Example


Text Example

HTML Codes & Css Web 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>