#302A08

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

Shades of Maire #302A08

Tints of Maire #302A08

Color information

#302A08 (or 0x302A08) is unknown color: approx Maire. HEX triplet: 30, 2A and 08. RGB value is (48,42,8). Sum of RGB (Red+Green+Blue) = 48+42+8=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A08 is #CFD5F7. Grayscale: #282828. Windows color (decimal): -13620728 or 535088. OLE color: 535088.

HSL color Cylindrical-coordinate representation of color #302A08: hue angle of 51º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #302A08 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB48428-
CMYK00.130.830.81
HSL51º71.43%10.98%-
HSV(B)51º83.33%18.82%-
XYZ2.092.30.56-
YUV39.92109.99133.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 42 (16.80% from 255) = 42.86%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=48.98%
G=42.86%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4842800.130.830.815171.4310.98
Hex302A80D53513347b
Octal6052100151231216310713
Binary1100001010101000011011010011101000111001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,42,8); }

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

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

 a { background-color: rgb(48,42,8); }

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

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

 span { border-color: rgb(48,42,8); }

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