Html Css Color HEX #231A15 Wood Bark

📋 copy color: '#231A15'

red 35 ◦ green 26 ◦ blue 21

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

Shades of Wood Bark #231A15

Tints of Wood Bark #231A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 31.71%

 BLUE value IS 21 (8.59% from 255) = 25.61%

R = 42.68%
G = 31.71%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#231A15 (or 0x231A15) is known color: Wood Bark. HEX triplet: 23, 1A and 15. RGB value is (35,26,21). Sum of RGB (Red+Green+Blue) = 35+26+21=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #231A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A15 is #DCE5EA. Grayscale: #1C1C1C. Windows color (decimal): -14476779 or 1382947. OLE color: 1382947.

HSL color Cylindrical-coordinate representation of color #231A15: hue angle of 21.43º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231A15 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 26 21 -
CMYK 0 0.26 0.40 0.86
HSL 21.43º 0.25% 0.11% -
HSV(B) 21.43º 0.4% 0.14% -
XYZ 1.2 1.15 0.87 -
YUV 28.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 35 26 21 0 0.26 0.40 0.86 21.43 0.25 0.11
Hex 23 1A 15 0 1A 28 56 15 19 B
Octal 43 32 25 0 32 50 126 25 31 13
Binary 100011 11010 10101 0 11010 101000 1010110 10101 11001 1011

Color Harmonies of #231A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A15

Black with #231A15

Text Example


Text Example

White with #231A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231A15; }

 p { color: rgb(35,26,21); }

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

background-color css

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

 a { background-color: rgb(35,26,21); }

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

border-color css

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

 span { border-color: rgb(35,26,21); }

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