Html Css Color HEX #30231F Wood Bark

📋 copy color: '#30231F'

red 48 ◦ green 35 ◦ blue 31

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

Shades of Wood Bark #30231F

Tints of Wood Bark #30231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.7%

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 42.11%
G = 30.7%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30231F (or 0x30231F) is known color: Wood Bark. HEX triplet: 30, 23 and 1F. RGB value is (48,35,31). Sum of RGB (Red+Green+Blue) = 48+35+31=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30231F is #CFDCE0. Grayscale: #262626. Windows color (decimal): -13622497 or 2040624. OLE color: 2040624.

HSL color Cylindrical-coordinate representation of color #30231F: hue angle of 14.12º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30231F is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 35 31 -
CMYK 0 0.27 0.35 0.81
HSL 14.12º 0.22% 0.15% -
HSV(B) 14.12º 0.35% 0.19% -
XYZ 2.07 1.93 1.56 -
YUV 38.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 48 35 31 0 0.27 0.35 0.81 14.12 0.22 0.15
Hex 30 23 1F 0 1B 23 51 E 16 F
Octal 60 43 37 0 33 43 121 16 26 17
Binary 110000 100011 11111 0 11011 100011 1010001 1110 10110 1111

Color Harmonies of #30231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30231F

Black with #30231F

Text Example


Text Example

White with #30231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30231F; }

 p { color: rgb(48,35,31); }

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

background-color css

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

 a { background-color: rgb(48,35,31); }

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

border-color css

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

 span { border-color: rgb(48,35,31); }

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