#302701

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

Shades of Maire #302701

Tints of Maire #302701

Color information

#302701 (or 0x302701) is unknown color: approx Maire. HEX triplet: 30, 27 and 01. RGB value is (48,39,1). Sum of RGB (Red+Green+Blue) = 48+39+1=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #302701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302701 is #CFD8FE. Grayscale: #252525. Windows color (decimal): -13621503 or 75568. OLE color: 75568.

HSL color Cylindrical-coordinate representation of color #302701: hue angle of 48.51º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #302701 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB48391-
CMYK00.190.980.81
HSL48.51º95.92%9.61%-
HSV(B)48.51º97.92%18.82%-
XYZ1.952.080.33-
YUV37.36107.48135.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 39 (15.62% from 255) = 44.32%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=54.55%
G=44.32%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4839100.190.980.8148.5195.929.61
Hex3027101362513160a
Octal604710231421216114012
Binary11000010011110100111100010101000111000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302701; }

 p { color: rgb(48,39,1); }

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

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

 a { background-color: rgb(48,39,1); }

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

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

 span { border-color: rgb(48,39,1); }

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