#302D0B

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

Shades of Maire #302D0B

Tints of Maire #302D0B

Color information

#302D0B (or 0x302D0B) is unknown color: approx Maire. HEX triplet: 30, 2D and 0B. RGB value is (48,45,11). Sum of RGB (Red+Green+Blue) = 48+45+11=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D0B is #CFD2F4. Grayscale: #2A2A2A. Windows color (decimal): -13619957 or 732464. OLE color: 732464.

HSL color Cylindrical-coordinate representation of color #302D0B: hue angle of 55.14º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302D0B is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB484511-
CMYK00.060.770.81
HSL55.14º62.71%11.57%-
HSV(B)55.14º77.08%18.82%-
XYZ2.222.530.69-
YUV42.02110.49132.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 45 (17.97% from 255) = 43.27%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=46.15%
G=43.27%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48451100.060.770.8155.1462.7111.57
Hex302DB064D51373fc
Octal60551306115121677714
Binary11000010110110110110100110110100011101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,45,11); }

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

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

 a { background-color: rgb(48,45,11); }

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

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

 span { border-color: rgb(48,45,11); }

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