Html Css Color HEX #253021 Black Forest

📋 copy color: '#253021'

red 37 ◦ green 48 ◦ blue 33

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

Shades of Black Forest #253021

Tints of Black Forest #253021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.68%

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

R = 31.36%
G = 40.68%
B = 27.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#253021 (or 0x253021) is known color: Black Forest. HEX triplet: 25, 30 and 21. RGB value is (37,48,33). Sum of RGB (Red+Green+Blue) = 37+48+33=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #253021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253021 is #DACFDE. Grayscale: #2B2B2B. Windows color (decimal): -14340063 or 2175013. OLE color: 2175013.

HSL color Cylindrical-coordinate representation of color #253021: hue angle of 104º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #253021 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 48 33 -
CMYK 0.23 0 0.31 0.81
HSL 104º 0.19% 0.16% -
HSV(B) 104º 0.31% 0.19% -
XYZ 2.09 2.62 1.83 -
YUV 43 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 37 48 33 0.23 0 0.31 0.81 104 0.19 0.16
Hex 25 30 21 17 0 1F 51 68 13 10
Octal 45 60 41 27 0 37 121 150 23 20
Binary 100101 110000 100001 10111 0 11111 1010001 1101000 10011 10000

Color Harmonies of #253021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253021

Black with #253021

Text Example


Text Example

White with #253021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253021; }

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

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

background-color css

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

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

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

border-color css

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

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

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