Html Css Color HEX #2B3331 Woodsmoke

📋 copy color: '#2B3331'

red 43 ◦ green 51 ◦ blue 49

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

Shades of Woodsmoke #2B3331

Tints of Woodsmoke #2B3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.66%

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

R = 30.07%
G = 35.66%
B = 34.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#2B3331 (or 0x2B3331) is known color: Woodsmoke. HEX triplet: 2B, 33 and 31. RGB value is (43,51,49). Sum of RGB (Red+Green+Blue) = 43+51+49=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3331 is #D4CCCE. Grayscale: #303030. Windows color (decimal): -13946063 or 3224363. OLE color: 3224363.

HSL color Cylindrical-coordinate representation of color #2B3331: hue angle of 165º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2B3331 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 43 51 49 -
CMYK 0.16 0 0.04 0.8
HSL 165º 0.09% 0.18% -
HSV(B) 165º 0.16% 0.2% -
XYZ 2.73 3.1 3.36 -
YUV 48.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 43 51 49 0.16 0 0.04 0.8 165 0.09 0.18
Hex 2B 33 31 10 0 4 50 A5 9 12
Octal 53 63 61 20 0 4 120 245 11 22
Binary 101011 110011 110001 10000 0 100 1010000 10100101 1001 10010

Color Harmonies of #2B3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3331

Black with #2B3331

Text Example


Text Example

White with #2B3331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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