Html Css Color HEX #313433 Woodsmoke

📋 copy color: '#313433'

red 49 ◦ green 52 ◦ blue 51

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

Shades of Woodsmoke #313433

Tints of Woodsmoke #313433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.21%

 BLUE value IS 51 (20.31% from 255) = 33.55%

R = 32.24%
G = 34.21%
B = 33.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#313433 (or 0x313433) is known color: Woodsmoke. HEX triplet: 31, 34 and 33. RGB value is (49,52,51). Sum of RGB (Red+Green+Blue) = 49+52+51=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 52 - color contains mainly: green. Hex color #313433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313433 is #CECBCC. Grayscale: #323232. Windows color (decimal): -13552589 or 3355697. OLE color: 3355697.

HSL color Cylindrical-coordinate representation of color #313433: hue angle of 160º degrees, saturation: 0.03, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #313433 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 52 51 -
CMYK 0.06 0 0.02 0.80
HSL 160º 0.03% 0.2% -
HSV(B) 160º 0.06% 0.2% -
XYZ 3.09 3.35 3.62 -
YUV 50.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 49 52 51 0.06 0 0.02 0.80 160 0.03 0.2
Hex 31 34 33 6 0 2 50 A0 3 14
Octal 61 64 63 6 0 2 120 240 3 24
Binary 110001 110100 110011 110 0 10 1010000 10100000 11 10100

Color Harmonies of #313433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313433

Black with #313433

Text Example


Text Example

White with #313433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313433; }

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

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

background-color css

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

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

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

border-color css

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

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

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