Html Css Color HEX #231915 Wood Bark

📋 copy color: '#231915'

red 35 ◦ green 25 ◦ blue 21

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

Shades of Wood Bark #231915

Tints of Wood Bark #231915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.86%

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

R = 43.21%
G = 30.86%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#231915 (or 0x231915) is known color: Wood Bark. HEX triplet: 23, 19 and 15. RGB value is (35,25,21). Sum of RGB (Red+Green+Blue) = 35+25+21=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #231915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231915 is #DCE6EA. Grayscale: #1B1B1B. Windows color (decimal): -14477035 or 1382691. OLE color: 1382691.

HSL color Cylindrical-coordinate representation of color #231915: hue angle of 17.14º 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 #231915 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 25 21 -
CMYK 0 0.29 0.40 0.86
HSL 17.14º 0.25% 0.11% -
HSV(B) 17.14º 0.4% 0.14% -
XYZ 1.18 1.11 0.86 -
YUV 27.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 35 25 21 0 0.29 0.40 0.86 17.14 0.25 0.11
Hex 23 19 15 0 1D 28 56 11 19 B
Octal 43 31 25 0 35 50 126 21 31 13
Binary 100011 11001 10101 0 11101 101000 1010110 10001 11001 1011

Color Harmonies of #231915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231915

Black with #231915

Text Example


Text Example

White with #231915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231915; }

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

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

background-color css

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

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

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

border-color css

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

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

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