Html Css Color HEX #231813 Wood Bark

📋 copy color: '#231813'

red 35 ◦ green 24 ◦ blue 19

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

Shades of Wood Bark #231813

Tints of Wood Bark #231813

RGB

 RED value IS 35 (14.06% from 255) = 44.87%

 GREEN value IS 24 (9.77% from 255) = 30.77%

 BLUE value IS 19 (7.81% from 255) = 24.36%

R = 44.87%
G = 30.77%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#231813 (or 0x231813) is known color: Wood Bark. HEX triplet: 23, 18 and 13. RGB value is (35,24,19). Sum of RGB (Red+Green+Blue) = 35+24+19=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231813 is #DCE7EC. Grayscale: #1A1A1A. Windows color (decimal): -14477293 or 1251363. OLE color: 1251363.

HSL color Cylindrical-coordinate representation of color #231813: hue angle of 18.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231813 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 24 19 -
CMYK 0 0.31 0.46 0.86
HSL 18.75º 0.3% 0.11% -
HSV(B) 18.75º 0.46% 0.14% -
XYZ 1.14 1.06 0.76 -
YUV 26.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 35 24 19 0 0.31 0.46 0.86 18.75 0.3 0.11
Hex 23 18 13 0 1F 2E 56 13 1E B
Octal 43 30 23 0 37 56 126 23 36 13
Binary 100011 11000 10011 0 11111 101110 1010110 10011 11110 1011

Color Harmonies of #231813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231813

Black with #231813

Text Example


Text Example

White with #231813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231813; }

 p { color: rgb(35,24,19); }

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

background-color css

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

 a { background-color: rgb(35,24,19); }

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

border-color css

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

 span { border-color: rgb(35,24,19); }

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