Html Css Color HEX #30231D Wood Bark

📋 copy color: '#30231D'

red 48 ◦ green 35 ◦ blue 29

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

Shades of Wood Bark #30231D

Tints of Wood Bark #30231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 42.86%
G = 31.25%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30231D (or 0x30231D) is known color: Wood Bark. HEX triplet: 30, 23 and 1D. RGB value is (48,35,29). Sum of RGB (Red+Green+Blue) = 48+35+29=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30231D is #CFDCE2. Grayscale: #262626. Windows color (decimal): -13622499 or 1909552. OLE color: 1909552.

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

Color convert

RGB 48 35 29 -
CMYK 0 0.27 0.40 0.81
HSL 18.95º 0.25% 0.15% -
HSV(B) 18.95º 0.4% 0.19% -
XYZ 2.04 1.92 1.43 -
YUV 38.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 48 35 29 0 0.27 0.40 0.81 18.95 0.25 0.15
Hex 30 23 1D 0 1B 28 51 13 19 F
Octal 60 43 35 0 33 50 121 23 31 17
Binary 110000 100011 11101 0 11011 101000 1010001 10011 11001 1111

Color Harmonies of #30231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30231D

Black with #30231D

Text Example


Text Example

White with #30231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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