Html Css Color HEX #303928 Black Forest

📋 copy color: '#303928'

red 48 ◦ green 57 ◦ blue 40

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

Shades of Black Forest #303928

Tints of Black Forest #303928

RGB

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

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

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

R = 33.1%
G = 39.31%
B = 27.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#303928 (or 0x303928) is known color: Black Forest. HEX triplet: 30, 39 and 28. RGB value is (48,57,40). Sum of RGB (Red+Green+Blue) = 48+57+40=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 57 - color contains mainly: green. Hex color #303928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303928 is #CFC6D7. Grayscale: #343434. Windows color (decimal): -13616856 or 2636080. OLE color: 2636080.

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

Color convert

RGB 48 57 40 -
CMYK 0.16 0 0.30 0.78
HSL 91.76º 0.18% 0.19% -
HSV(B) 91.76º 0.3% 0.22% -
XYZ 3.07 3.71 2.56 -
YUV 52.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 48 57 40 0.16 0 0.30 0.78 91.76 0.18 0.19
Hex 30 39 28 10 0 1E 4E 5C 12 13
Octal 60 71 50 20 0 36 116 134 22 23
Binary 110000 111001 101000 10000 0 11110 1001110 1011100 10010 10011

Color Harmonies of #303928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303928

Black with #303928

Text Example


Text Example

White with #303928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303928; }

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

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

background-color css

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

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

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

border-color css

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

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

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