Html Css Color HEX #30251F Wood Bark

📋 copy color: '#30251F'

red 48 ◦ green 37 ◦ blue 31

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

Shades of Wood Bark #30251F

Tints of Wood Bark #30251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.9%

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

R = 41.38%
G = 31.9%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30251F (or 0x30251F) is known color: Wood Bark. HEX triplet: 30, 25 and 1F. RGB value is (48,37,31). Sum of RGB (Red+Green+Blue) = 48+37+31=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30251F is #CFDAE0. Grayscale: #272727. Windows color (decimal): -13621985 or 2041136. OLE color: 2041136.

HSL color Cylindrical-coordinate representation of color #30251F: hue angle of 21.18º 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 #30251F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 37 31 -
CMYK 0 0.23 0.35 0.81
HSL 21.18º 0.22% 0.15% -
HSV(B) 21.18º 0.35% 0.19% -
XYZ 2.13 2.05 1.58 -
YUV 39.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 48 37 31 0 0.23 0.35 0.81 21.18 0.22 0.15
Hex 30 25 1F 0 17 23 51 15 16 F
Octal 60 45 37 0 27 43 121 25 26 17
Binary 110000 100101 11111 0 10111 100011 1010001 10101 10110 1111

Color Harmonies of #30251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30251F

Black with #30251F

Text Example


Text Example

White with #30251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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