#302B13

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

Shades of Maire #302B13

Tints of Maire #302B13

Color information

#302B13 (or 0x302B13) is unknown color: approx Maire. HEX triplet: 30, 2B and 13. RGB value is (48,43,19). Sum of RGB (Red+Green+Blue) = 48+43+19=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #302B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B13 is #CFD4EC. Grayscale: #292929. Windows color (decimal): -13620461 or 1256240. OLE color: 1256240.

HSL color Cylindrical-coordinate representation of color #302B13: hue angle of 49.66º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302B13 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB484319-
CMYK00.100.600.81
HSL49.66º43.28%13.14%-
HSV(B)49.66º60.42%18.82%-
XYZ2.22.40.96-
YUV41.76115.16132.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 43 (17.19% from 255) = 39.09%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=43.64%
G=39.09%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48431900.100.600.8149.6643.2813.14
Hex302B130A3C51322bd
Octal60532301274121625315
Binary110000101011100110101011110010100011100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302B13; }

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

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

<style>
 a { background-color: #302B13; }

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

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

<style>
 span { border-color: #302B13; }

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

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