Html Css Color HEX #303929 Black Forest

📋 copy color: '#303929'

red 48 ◦ green 57 ◦ blue 41

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

Shades of Black Forest #303929

Tints of Black Forest #303929

RGB

 RED value IS 48 (19.14% from 255) = 32.88%

 GREEN value IS 57 (22.66% from 255) = 39.04%

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 32.88%
G = 39.04%
B = 28.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#303929 (or 0x303929) is known color: Black Forest. HEX triplet: 30, 39 and 29. RGB value is (48,57,41). Sum of RGB (Red+Green+Blue) = 48+57+41=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #303929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303929 is #CFC6D6. Grayscale: #343434. Windows color (decimal): -13616855 or 2701616. OLE color: 2701616.

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

Color convert

RGB 48 57 41 -
CMYK 0.16 0 0.28 0.78
HSL 93.75º 0.16% 0.19% -
HSV(B) 93.75º 0.28% 0.22% -
XYZ 3.08 3.71 2.65 -
YUV 52.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 48 57 41 0.16 0 0.28 0.78 93.75 0.16 0.19
Hex 30 39 29 10 0 1C 4E 5E 10 13
Octal 60 71 51 20 0 34 116 136 20 23
Binary 110000 111001 101001 10000 0 11100 1001110 1011110 10000 10011

Color Harmonies of #303929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303929

Black with #303929

Text Example


Text Example

White with #303929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303929; }

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

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

background-color css

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

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

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

border-color css

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

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

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