Html Css Color HEX #2B3431 Woodsmoke

📋 copy color: '#2B3431'

red 43 ◦ green 52 ◦ blue 49

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

Shades of Woodsmoke #2B3431

Tints of Woodsmoke #2B3431

RGB

 RED value IS 43 (17.19% from 255) = 29.86%

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

 BLUE value IS 49 (19.53% from 255) = 34.03%

R = 29.86%
G = 36.11%
B = 34.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#2B3431 (or 0x2B3431) is known color: Woodsmoke. HEX triplet: 2B, 34 and 31. RGB value is (43,52,49). Sum of RGB (Red+Green+Blue) = 43+52+49=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3431 is #D4CBCE. Grayscale: #303030. Windows color (decimal): -13945807 or 3224619. OLE color: 3224619.

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

Color convert

RGB 43 52 49 -
CMYK 0.17 0 0.06 0.80
HSL 160º 0.09% 0.19% -
HSV(B) 160º 0.17% 0.2% -
XYZ 2.78 3.19 3.38 -
YUV 48.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 43 52 49 0.17 0 0.06 0.80 160 0.09 0.19
Hex 2B 34 31 11 0 6 50 A0 9 13
Octal 53 64 61 21 0 6 120 240 11 23
Binary 101011 110100 110001 10001 0 110 1010000 10100000 1001 10011

Color Harmonies of #2B3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3431

Black with #2B3431

Text Example


Text Example

White with #2B3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B3431; }

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

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

background-color css

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

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

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

border-color css

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

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

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