#12220B

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

Shades of Black Forest #12220B

Tints of Black Forest #12220B

Color information

#12220B (or 0x12220B) is unknown color: approx Black Forest. HEX triplet: 12, 22 and 0B. RGB value is (18,34,11). Sum of RGB (Red+Green+Blue) = 18+34+11=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #12220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12220B is #EDDDF4. Grayscale: #1A1A1A. Windows color (decimal): -15588853 or 729618. OLE color: 729618.

HSL color Cylindrical-coordinate representation of color #12220B: hue angle of 101.74º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12220B is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.

Color convert

RGB183411-
CMYK0.4700.680.87
HSL101.74º51.11%8.82%-
HSV(B)101.74º67.65%13.33%-
XYZ0.881.30.52-
YUV26.59119.2121.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 34 (13.67% from 255) = 53.97%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=28.57%
G=53.97%
B=17.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1834110.4700.680.87101.7451.118.82
Hex1222B2F0445766339
Octal2242135701041271466311
Binary10010100010101110111101000100101011111001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12220B; }

 p { color: rgb(18,34,11); }

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

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

 a { background-color: rgb(18,34,11); }

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

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

 span { border-color: rgb(18,34,11); }

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