Html Css Color HEX #2B3B31 Holly

📋 copy color: '#2B3B31'

red 43 ◦ green 59 ◦ blue 49

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

Shades of Holly #2B3B31

Tints of Holly #2B3B31

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.07%

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

R = 28.48%
G = 39.07%
B = 32.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#2B3B31 (or 0x2B3B31) is known color: Holly. HEX triplet: 2B, 3B and 31. RGB value is (43,59,49). Sum of RGB (Red+Green+Blue) = 43+59+49=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 59 - color contains mainly: green. Hex color #2B3B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3B31 is #D4C4CE. Grayscale: #353535. Windows color (decimal): -13944015 or 3226411. OLE color: 3226411.

HSL color Cylindrical-coordinate representation of color #2B3B31: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2B3B31 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB 43 59 49 -
CMYK 0.27 0 0.17 0.77
HSL 142.5º 0.16% 0.2% -
HSV(B) 142.5º 0.27% 0.23% -
XYZ 3.11 3.86 3.49 -
YUV 53.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 43 59 49 0.27 0 0.17 0.77 142.5 0.16 0.2
Hex 2B 3B 31 1B 0 11 4D 8E 10 14
Octal 53 73 61 33 0 21 115 216 20 24
Binary 101011 111011 110001 11011 0 10001 1001101 10001110 10000 10100

Color Harmonies of #2B3B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3B31

Black with #2B3B31

Text Example


Text Example

White with #2B3B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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