Html Css Color HEX #303828 Black Forest

📋 copy color: '#303828'

red 48 ◦ green 56 ◦ blue 40

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

Shades of Black Forest #303828

Tints of Black Forest #303828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 33.33%
G = 38.89%
B = 27.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#303828 (or 0x303828) is known color: Black Forest. HEX triplet: 30, 38 and 28. RGB value is (48,56,40). Sum of RGB (Red+Green+Blue) = 48+56+40=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 56 - color contains mainly: green. Hex color #303828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303828 is #CFC7D7. Grayscale: #333333. Windows color (decimal): -13617112 or 2635824. OLE color: 2635824.

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

Color convert

RGB 48 56 40 -
CMYK 0.14 0 0.29 0.78
HSL 90º 0.17% 0.19% -
HSV(B) 90º 0.29% 0.22% -
XYZ 3.02 3.61 2.55 -
YUV 51.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 48 56 40 0.14 0 0.29 0.78 90 0.17 0.19
Hex 30 38 28 E 0 1D 4E 5A 11 13
Octal 60 70 50 16 0 35 116 132 21 23
Binary 110000 111000 101000 1110 0 11101 1001110 1011010 10001 10011

Color Harmonies of #303828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303828

Black with #303828

Text Example


Text Example

White with #303828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303828; }

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

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

background-color css

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

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

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

border-color css

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

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

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