Html Css Color HEX #152010 Black Forest

📋 copy color: '#152010'

red 21 ◦ green 32 ◦ blue 16

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

Shades of Black Forest #152010

Tints of Black Forest #152010

RGB

 RED value IS 21 (8.59% from 255) = 30.43%

 GREEN value IS 32 (12.89% from 255) = 46.38%

 BLUE value IS 16 (6.64% from 255) = 23.19%

R = 30.43%
G = 46.38%
B = 23.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.5

 K value IS 0.87

RGB Variations

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

Color information

#152010 (or 0x152010) is known color: Black Forest. HEX triplet: 15, 20 and 10. RGB value is (21,32,16). Sum of RGB (Red+Green+Blue) = 21+32+16=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #152010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152010 is #EADFEF. Grayscale: #1A1A1A. Windows color (decimal): -15392752 or 1056789. OLE color: 1056789.

HSL color Cylindrical-coordinate representation of color #152010: hue angle of 101.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #152010 is Cyan = 0.34, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 32 16 -
CMYK 0.34 0 0.5 0.87
HSL 101.25º 0.33% 0.09% -
HSV(B) 101.25º 0.5% 0.13% -
XYZ 0.92 1.23 0.68 -
YUV 26.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 21 32 16 0.34 0 0.5 0.87 101.25 0.33 0.09
Hex 15 20 10 22 0 32 57 65 21 9
Octal 25 40 20 42 0 62 127 145 41 11
Binary 10101 100000 10000 100010 0 110010 1010111 1100101 100001 1001

Color Harmonies of #152010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152010

Black with #152010

Text Example


Text Example

White with #152010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152010; }

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

 H1.HeaderClassName
 {
   color: #152010;
 }
 .AnyTagClassName
 {
   color: #152010;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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