#302700

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

Shades of Maire #302700

Tints of Maire #302700

Color information

#302700 (or 0x302700) is unknown color: approx Maire. HEX triplet: 30, 27 and 00. RGB value is (48,39,0). Sum of RGB (Red+Green+Blue) = 48+39+0=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #302700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302700 is #CFD8FF. Grayscale: #252525. Windows color (decimal): -13621504 or 10032. OLE color: 10032.

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

Color convert

RGB48390-
CMYK00.1910.81
HSL48.75º100%9.41%-
HSV(B)48.75º100%18.82%-
XYZ1.942.080.3-
YUV37.24106.98135.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 39 (15.62% from 255) = 44.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.17%
G=44.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4839000.1910.8148.751009.41
Hex30270013645131649
Octal604700231441216114411
Binary11000010011100100111100100101000111000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302700; }

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

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

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

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

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

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

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

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