Html Css Color HEX #302825 Wood Bark

📋 copy color: '#302825'

red 48 ◦ green 40 ◦ blue 37

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

Shades of Wood Bark #302825

Tints of Wood Bark #302825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32%

 BLUE value IS 37 (14.84% from 255) = 29.6%

R = 38.4%
G = 32%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#302825 (or 0x302825) is known color: Wood Bark. HEX triplet: 30, 28 and 25. RGB value is (48,40,37). Sum of RGB (Red+Green+Blue) = 48+40+37=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302825 is #CFD7DA. Grayscale: #2A2A2A. Windows color (decimal): -13621211 or 2435120. OLE color: 2435120.

HSL color Cylindrical-coordinate representation of color #302825: hue angle of 16.36º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #302825 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 40 37 -
CMYK 0 0.17 0.23 0.81
HSL 16.36º 0.13% 0.17% -
HSV(B) 16.36º 0.23% 0.19% -
XYZ 2.31 2.28 2.07 -
YUV 42.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 48 40 37 0 0.17 0.23 0.81 16.36 0.13 0.17
Hex 30 28 25 0 11 17 51 10 D 11
Octal 60 50 45 0 21 27 121 20 15 21
Binary 110000 101000 100101 0 10001 10111 1010001 10000 1101 10001

Color Harmonies of #302825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302825

Black with #302825

Text Example


Text Example

White with #302825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302825; }

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

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

background-color css

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

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

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

border-color css

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

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

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