Html Css Color HEX #2B3330 Woodsmoke

📋 copy color: '#2B3330'

red 43 ◦ green 51 ◦ blue 48

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

Shades of Woodsmoke #2B3330

Tints of Woodsmoke #2B3330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 33.8%

R = 30.28%
G = 35.92%
B = 33.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#2B3330 (or 0x2B3330) is known color: Woodsmoke. HEX triplet: 2B, 33 and 30. RGB value is (43,51,48). Sum of RGB (Red+Green+Blue) = 43+51+48=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3330 is #D4CCCF. Grayscale: #303030. Windows color (decimal): -13946064 or 3158827. OLE color: 3158827.

HSL color Cylindrical-coordinate representation of color #2B3330: hue angle of 157.5º 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 #2B3330 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 43 51 48 -
CMYK 0.16 0 0.06 0.8
HSL 157.5º 0.09% 0.18% -
HSV(B) 157.5º 0.16% 0.2% -
XYZ 2.71 3.09 3.25 -
YUV 48.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 43 51 48 0.16 0 0.06 0.8 157.5 0.09 0.18
Hex 2B 33 30 10 0 6 50 9E 9 12
Octal 53 63 60 20 0 6 120 236 11 22
Binary 101011 110011 110000 10000 0 110 1010000 10011110 1001 10010

Color Harmonies of #2B3330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3330

Black with #2B3330

Text Example


Text Example

White with #2B3330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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