Html Css Color HEX #303629 Black Forest

📋 copy color: '#303629'

red 48 ◦ green 54 ◦ blue 41

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

Shades of Black Forest #303629

Tints of Black Forest #303629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.76%

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

R = 33.57%
G = 37.76%
B = 28.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#303629 (or 0x303629) is known color: Black Forest. HEX triplet: 30, 36 and 29. RGB value is (48,54,41). Sum of RGB (Red+Green+Blue) = 48+54+41=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 54 - color contains mainly: green. Hex color #303629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303629 is #CFC9D6. Grayscale: #323232. Windows color (decimal): -13617623 or 2700848. OLE color: 2700848.

HSL color Cylindrical-coordinate representation of color #303629: hue angle of 87.69º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #303629 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 54 41 -
CMYK 0.11 0 0.24 0.79
HSL 87.69º 0.14% 0.19% -
HSV(B) 87.69º 0.24% 0.21% -
XYZ 2.94 3.43 2.6 -
YUV 50.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 48 54 41 0.11 0 0.24 0.79 87.69 0.14 0.19
Hex 30 36 29 B 0 18 4F 58 E 13
Octal 60 66 51 13 0 30 117 130 16 23
Binary 110000 110110 101001 1011 0 11000 1001111 1011000 1110 10011

Color Harmonies of #303629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303629

Black with #303629

Text Example


Text Example

White with #303629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303629; }

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

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

background-color css

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

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

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

border-color css

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

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

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