#2B250F

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

Shades of Maire #2B250F

Tints of Maire #2B250F

Color information

#2B250F (or 0x2B250F) is unknown color: approx Maire. HEX triplet: 2B, 25 and 0F. RGB value is (43,37,15). Sum of RGB (Red+Green+Blue) = 43+37+15=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B250F is #D4DAF0. Grayscale: #242424. Windows color (decimal): -13949681 or 992555. OLE color: 992555.

HSL color Cylindrical-coordinate representation of color #2B250F: hue angle of 47.14º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B250F is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.83.

Color convert

RGB433715-
CMYK00.140.650.83
HSL47.14º48.28%11.37%-
HSV(B)47.14º65.12%16.86%-
XYZ1.741.870.72-
YUV36.29115.99132.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 45.26%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=45.26%
G=38.95%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43371500.140.650.8347.1448.2811.37
Hex2B25F0E41532f30b
Octal534517016101123576013
Binary101011100101111101110100000110100111011111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,37,15); }

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

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

 a { background-color: rgb(43,37,15); }

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

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

 span { border-color: rgb(43,37,15); }

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