Html Css Color HEX #252C21 Black Forest

📋 copy color: '#252C21'

red 37 ◦ green 44 ◦ blue 33

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

Shades of Black Forest #252C21

Tints of Black Forest #252C21

RGB

 RED value IS 37 (14.84% from 255) = 32.46%

 GREEN value IS 44 (17.58% from 255) = 38.6%

 BLUE value IS 33 (13.28% from 255) = 28.95%

R = 32.46%
G = 38.6%
B = 28.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.83

RGB Variations

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

Color information

#252C21 (or 0x252C21) is known color: Black Forest. HEX triplet: 25, 2C and 21. RGB value is (37,44,33). Sum of RGB (Red+Green+Blue) = 37+44+33=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 44 - color contains mainly: green. Hex color #252C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C21 is #DAD3DE. Grayscale: #282828. Windows color (decimal): -14341087 or 2173989. OLE color: 2173989.

HSL color Cylindrical-coordinate representation of color #252C21: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #252C21 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 44 33 -
CMYK 0.16 0 0.25 0.83
HSL 98.18º 0.14% 0.15% -
HSV(B) 98.18º 0.25% 0.17% -
XYZ 1.94 2.3 1.78 -
YUV 40.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 37 44 33 0.16 0 0.25 0.83 98.18 0.14 0.15
Hex 25 2C 21 10 0 19 53 62 E F
Octal 45 54 41 20 0 31 123 142 16 17
Binary 100101 101100 100001 10000 0 11001 1010011 1100010 1110 1111

Color Harmonies of #252C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C21

Black with #252C21

Text Example


Text Example

White with #252C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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