#152210

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

Shades of Black Forest #152210

Tints of Black Forest #152210

Color information

#152210 (or 0x152210) is unknown color: approx Black Forest. HEX triplet: 15, 22 and 10. RGB value is (21,34,16). Sum of RGB (Red+Green+Blue) = 21+34+16=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 34 (13.67% from 255 or 47.89% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 34 - color contains mainly: green. Hex color #152210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152210 is #EADDEF. Grayscale: #1C1C1C. Windows color (decimal): -15392240 or 1057301. OLE color: 1057301.

HSL color Cylindrical-coordinate representation of color #152210: hue angle of 103.33º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #152210 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB213416-
CMYK0.3800.530.87
HSL103.33º36%9.8%-
HSV(B)103.33º52.94%13.33%-
XYZ0.971.340.7-
YUV28.06121.19122.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 34 (13.67% from 255) = 47.89%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=29.58%
G=47.89%
B=22.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2134160.3800.530.87103.33369.8
Hex15221026035576724a
Octal254220460651271474412
Binary10101100010100001001100110101101011111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152210; }

 p { color: rgb(21,34,16); }

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

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

 a { background-color: rgb(21,34,16); }

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

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

 span { border-color: rgb(21,34,16); }

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