Html Css Color HEX #231309 Wood Bark

📋 copy color: '#231309'

red 35 ◦ green 19 ◦ blue 9

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

Shades of Wood Bark #231309

Tints of Wood Bark #231309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.16%

 BLUE value IS 9 (3.91% from 255) = 14.29%

R = 55.56%
G = 30.16%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#231309 (or 0x231309) is known color: Wood Bark. HEX triplet: 23, 13 and 09. RGB value is (35,19,9). Sum of RGB (Red+Green+Blue) = 35+19+9=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #231309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231309 is #DCECF6. Grayscale: #161616. Windows color (decimal): -14478583 or 594723. OLE color: 594723.

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

Color convert

RGB 35 19 9 -
CMYK 0 0.46 0.74 0.86
HSL 23.08º 0.59% 0.09% -
HSV(B) 23.08º 0.74% 0.14% -
XYZ 0.98 0.84 0.37 -
YUV 22.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 35 19 9 0 0.46 0.74 0.86 23.08 0.59 0.09
Hex 23 13 9 0 2E 4A 56 17 3B 9
Octal 43 23 11 0 56 112 126 27 73 11
Binary 100011 10011 1001 0 101110 1001010 1010110 10111 111011 1001

Color Harmonies of #231309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231309

Black with #231309

Text Example


Text Example

White with #231309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231309; }

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

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

background-color css

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

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

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

border-color css

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

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

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