Html Css Color HEX #293025 Black Forest

📋 copy color: '#293025'

red 41 ◦ green 48 ◦ blue 37

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

Shades of Black Forest #293025

Tints of Black Forest #293025

RGB

 RED value IS 41 (16.41% from 255) = 32.54%

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

 BLUE value IS 37 (14.84% from 255) = 29.37%

R = 32.54%
G = 38.1%
B = 29.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#293025 (or 0x293025) is known color: Black Forest. HEX triplet: 29, 30 and 25. RGB value is (41,48,37). Sum of RGB (Red+Green+Blue) = 41+48+37=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 48 - color contains mainly: green. Hex color #293025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293025 is #D6CFDA. Grayscale: #2C2C2C. Windows color (decimal): -14077915 or 2437161. OLE color: 2437161.

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

Color convert

RGB 41 48 37 -
CMYK 0.15 0 0.23 0.81
HSL 98.18º 0.13% 0.17% -
HSV(B) 98.18º 0.23% 0.19% -
XYZ 2.31 2.72 2.15 -
YUV 44.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 41 48 37 0.15 0 0.23 0.81 98.18 0.13 0.17
Hex 29 30 25 F 0 17 51 62 D 11
Octal 51 60 45 17 0 27 121 142 15 21
Binary 101001 110000 100101 1111 0 10111 1010001 1100010 1101 10001

Color Harmonies of #293025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293025

Black with #293025

Text Example


Text Example

White with #293025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293025; }

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

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

background-color css

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

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

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

border-color css

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

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

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