Html Css Color HEX #21251E Black Forest

📋 copy color: '#21251E'

red 33 ◦ green 37 ◦ blue 30

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

Shades of Black Forest #21251E

Tints of Black Forest #21251E

RGB

 RED value IS 33 (13.28% from 255) = 33%

 GREEN value IS 37 (14.84% from 255) = 37%

 BLUE value IS 30 (12.11% from 255) = 30%

R = 33%
G = 37%
B = 30%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#21251E (or 0x21251E) is known color: Black Forest. HEX triplet: 21, 25 and 1E. RGB value is (33,37,30). Sum of RGB (Red+Green+Blue) = 33+37+30=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 37 - color contains mainly: green. Hex color #21251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21251E is #DEDAE1. Grayscale: #232323. Windows color (decimal): -14605026 or 1975585. OLE color: 1975585.

HSL color Cylindrical-coordinate representation of color #21251E: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #21251E is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 37 30 -
CMYK 0.11 0 0.19 0.85
HSL 94.29º 0.1% 0.13% -
HSV(B) 94.29º 0.19% 0.15% -
XYZ 1.52 1.74 1.48 -
YUV 35.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 33 37 30 0.11 0 0.19 0.85 94.29 0.1 0.13
Hex 21 25 1E B 0 13 55 5E A D
Octal 41 45 36 13 0 23 125 136 12 15
Binary 100001 100101 11110 1011 0 10011 1010101 1011110 1010 1101

Color Harmonies of #21251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21251E

Black with #21251E

Text Example


Text Example

White with #21251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21251E; }

 p { color: rgb(33,37,30); }

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

background-color css

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

 a { background-color: rgb(33,37,30); }

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

border-color css

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

 span { border-color: rgb(33,37,30); }

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