Html Css Color HEX #35251F Wood Bark

📋 copy color: '#35251F'

red 53 ◦ green 37 ◦ blue 31

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

Shades of Wood Bark #35251F

Tints of Wood Bark #35251F

RGB

 RED value IS 53 (21.09% from 255) = 43.8%

 GREEN value IS 37 (14.84% from 255) = 30.58%

 BLUE value IS 31 (12.5% from 255) = 25.62%

R = 43.8%
G = 30.58%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#35251F (or 0x35251F) is known color: Wood Bark. HEX triplet: 35, 25 and 1F. RGB value is (53,37,31). Sum of RGB (Red+Green+Blue) = 53+37+31=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35251F is #CADAE0. Grayscale: #292929. Windows color (decimal): -13294305 or 2041141. OLE color: 2041141.

HSL color Cylindrical-coordinate representation of color #35251F: hue angle of 16.36º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35251F is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 37 31 -
CMYK 0 0.30 0.42 0.79
HSL 16.36º 0.26% 0.16% -
HSV(B) 16.36º 0.42% 0.21% -
XYZ 2.38 2.18 1.59 -
YUV 41.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 53 37 31 0 0.30 0.42 0.79 16.36 0.26 0.16
Hex 35 25 1F 0 1E 2A 4F 10 1A 10
Octal 65 45 37 0 36 52 117 20 32 20
Binary 110101 100101 11111 0 11110 101010 1001111 10000 11010 10000

Color Harmonies of #35251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35251F

Black with #35251F

Text Example


Text Example

White with #35251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35251F; }

 p { color: rgb(53,37,31); }

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

background-color css

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

 a { background-color: rgb(53,37,31); }

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

border-color css

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

 span { border-color: rgb(53,37,31); }

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