#2B3241

Color #2B3241 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #2B3241

Tints of Bunting #2B3241

Color information

#2B3241 (or 0x2B3241) is unknown color: approx Bunting. HEX triplet: 2B, 32 and 41. RGB value is (43,50,65). Sum of RGB (Red+Green+Blue) = 43+50+65=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #2B3241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3241 is #D4CDBE. Grayscale: #313131. Windows color (decimal): -13946303 or 4272683. OLE color: 4272683.

HSL color Cylindrical-coordinate representation of color #2B3241: hue angle of 220.91º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B3241 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB435065-
CMYK0.340.2300.75
HSL220.91º20.37%21.18%-
HSV(B)220.91º33.85%25.49%-
XYZ3.093.185.45-
YUV49.62136.68123.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=27.22%
G=31.65%
B=41.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4350650.340.2300.75220.9120.3721.18
Hex2B3241221704Bdd1415
Octal5362101422701133352425
Binary10101111001010000011000101011101001011110111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,50,65); }

 H1.HeaderClassName
 {
   color: #2B3241;
 }
 .AnyTagClassName
 {
   color: #2B3241;
 }
</style>
background-color css

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

 a { background-color: rgb(43,50,65); }

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

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

 span { border-color: rgb(43,50,65); }

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