Html Css Color HEX #313534 Woodsmoke

📋 copy color: '#313534'

red 49 ◦ green 53 ◦ blue 52

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

Shades of Woodsmoke #313534

Tints of Woodsmoke #313534

RGB

 RED value IS 49 (19.53% from 255) = 31.82%

 GREEN value IS 53 (21.09% from 255) = 34.42%

 BLUE value IS 52 (20.7% from 255) = 33.77%

R = 31.82%
G = 34.42%
B = 33.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#313534 (or 0x313534) is known color: Woodsmoke. HEX triplet: 31, 35 and 34. RGB value is (49,53,52). Sum of RGB (Red+Green+Blue) = 49+53+52=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 53 - color contains mainly: green. Hex color #313534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313534 is #CECACB. Grayscale: #333333. Windows color (decimal): -13552332 or 3421489. OLE color: 3421489.

HSL color Cylindrical-coordinate representation of color #313534: hue angle of 165º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #313534 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 53 52 -
CMYK 0.08 0 0.02 0.79
HSL 165º 0.04% 0.2% -
HSV(B) 165º 0.08% 0.21% -
XYZ 3.16 3.45 3.75 -
YUV 51.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 49 53 52 0.08 0 0.02 0.79 165 0.04 0.2
Hex 31 35 34 8 0 2 4F A5 4 14
Octal 61 65 64 10 0 2 117 245 4 24
Binary 110001 110101 110100 1000 0 10 1001111 10100101 100 10100

Color Harmonies of #313534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313534

Black with #313534

Text Example


Text Example

White with #313534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313534; }

 p { color: rgb(49,53,52); }

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

background-color css

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

 a { background-color: rgb(49,53,52); }

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

border-color css

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

 span { border-color: rgb(49,53,52); }

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