Html Css Color HEX #231307 Wood Bark

📋 copy color: '#231307'

red 35 ◦ green 19 ◦ blue 7

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

Shades of Wood Bark #231307

Tints of Wood Bark #231307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 11.48%

R = 57.38%
G = 31.15%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.86

RGB Variations

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

Color information

#231307 (or 0x231307) is known color: Wood Bark. HEX triplet: 23, 13 and 07. RGB value is (35,19,7). Sum of RGB (Red+Green+Blue) = 35+19+7=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #231307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231307 is #DCECF8. Grayscale: #161616. Windows color (decimal): -14478585 or 463651. OLE color: 463651.

HSL color Cylindrical-coordinate representation of color #231307: hue angle of 25.71º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231307 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 19 7 -
CMYK 0 0.46 0.80 0.86
HSL 25.71º 0.67% 0.08% -
HSV(B) 25.71º 0.8% 0.14% -
XYZ 0.96 0.84 0.31 -
YUV 22.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 35 19 7 0 0.46 0.80 0.86 25.71 0.67 0.08
Hex 23 13 7 0 2E 50 56 1A 43 8
Octal 43 23 7 0 56 120 126 32 103 10
Binary 100011 10011 111 0 101110 1010000 1010110 11010 1000011 1000

Color Harmonies of #231307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231307

Black with #231307

Text Example


Text Example

White with #231307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231307; }

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

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

background-color css

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

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

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

border-color css

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

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

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