Html Css Color HEX #30231B Wood Bark

📋 copy color: '#30231B'

red 48 ◦ green 35 ◦ blue 27

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

Shades of Wood Bark #30231B

Tints of Wood Bark #30231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.55%

R = 43.64%
G = 31.82%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#30231B (or 0x30231B) is known color: Wood Bark. HEX triplet: 30, 23 and 1B. RGB value is (48,35,27). Sum of RGB (Red+Green+Blue) = 48+35+27=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30231B is #CFDCE4. Grayscale: #262626. Windows color (decimal): -13622501 or 1778480. OLE color: 1778480.

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

Color convert

RGB 48 35 27 -
CMYK 0 0.27 0.44 0.81
HSL 22.86º 0.28% 0.15% -
HSV(B) 22.86º 0.44% 0.19% -
XYZ 2.02 1.91 1.3 -
YUV 37.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 48 35 27 0 0.27 0.44 0.81 22.86 0.28 0.15
Hex 30 23 1B 0 1B 2C 51 17 1C F
Octal 60 43 33 0 33 54 121 27 34 17
Binary 110000 100011 11011 0 11011 101100 1010001 10111 11100 1111

Color Harmonies of #30231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30231B

Black with #30231B

Text Example


Text Example

White with #30231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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