Html Css Color HEX #303829 Black Forest

📋 copy color: '#303829'

red 48 ◦ green 56 ◦ blue 41

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

Shades of Black Forest #303829

Tints of Black Forest #303829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

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

R = 33.1%
G = 38.62%
B = 28.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#303829 (or 0x303829) is known color: Black Forest. HEX triplet: 30, 38 and 29. RGB value is (48,56,41). Sum of RGB (Red+Green+Blue) = 48+56+41=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #303829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303829 is #CFC7D6. Grayscale: #333333. Windows color (decimal): -13617111 or 2701360. OLE color: 2701360.

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

Color convert

RGB 48 56 41 -
CMYK 0.14 0 0.27 0.78
HSL 92º 0.15% 0.19% -
HSV(B) 92º 0.27% 0.22% -
XYZ 3.03 3.62 2.64 -
YUV 51.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 48 56 41 0.14 0 0.27 0.78 92 0.15 0.19
Hex 30 38 29 E 0 1B 4E 5C F 13
Octal 60 70 51 16 0 33 116 134 17 23
Binary 110000 111000 101001 1110 0 11011 1001110 1011100 1111 10011

Color Harmonies of #303829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303829

Black with #303829

Text Example


Text Example

White with #303829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303829; }

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

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

background-color css

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

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

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

border-color css

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

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

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