Html Css Color HEX #302B29 Wood Bark

📋 copy color: '#302B29'

red 48 ◦ green 43 ◦ blue 41

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

Shades of Wood Bark #302B29

Tints of Wood Bark #302B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.58%

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

R = 36.36%
G = 32.58%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#302B29 (or 0x302B29) is known color: Wood Bark. HEX triplet: 30, 2B and 29. RGB value is (48,43,41). Sum of RGB (Red+Green+Blue) = 48+43+41=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 48 - color contains mainly: red. Hex color #302B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B29 is #CFD4D6. Grayscale: #2C2C2C. Windows color (decimal): -13620439 or 2698032. OLE color: 2698032.

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

Color convert

RGB 48 43 41 -
CMYK 0 0.10 0.15 0.81
HSL 17.14º 0.08% 0.17% -
HSV(B) 17.14º 0.15% 0.19% -
XYZ 2.48 2.52 2.45 -
YUV 44.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 48 43 41 0 0.10 0.15 0.81 17.14 0.08 0.17
Hex 30 2B 29 0 A F 51 11 8 11
Octal 60 53 51 0 12 17 121 21 10 21
Binary 110000 101011 101001 0 1010 1111 1010001 10001 1000 10001

Color Harmonies of #302B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B29

Black with #302B29

Text Example


Text Example

White with #302B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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