Html Css Color HEX #302800 Maire

📋 copy color: '#302800'

red 48 ◦ green 40 ◦ blue 0

#302800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #302800

Tints of Maire #302800

RGB

 RED value IS 48 (19.14% from 255) = 54.55%

 GREEN value IS 40 (16.02% from 255) = 45.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.55%
G = 45.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#302800 (or 0x302800) is known color: Maire. HEX triplet: 30, 28 and 00. RGB value is (48,40,0). Sum of RGB (Red+Green+Blue) = 48+40+0=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #302800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302800 is #CFD7FF. Grayscale: #262626. Windows color (decimal): -13621248 or 10288. OLE color: 10288.

HSL color Cylindrical-coordinate representation of color #302800: hue angle of 50º 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 #302800 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 40 0 -
CMYK 0 0.17 1 0.81
HSL 50º 1% 0.09% -
HSV(B) 50º 1% 0.19% -
XYZ 1.98 2.15 0.31 -
YUV 37.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 48 40 0 0 0.17 1 0.81 50 1 0.09
Hex 30 28 0 0 11 64 51 32 64 9
Octal 60 50 0 0 21 144 121 62 144 11
Binary 110000 101000 0 0 10001 1100100 1010001 110010 1100100 1001

Color Harmonies of #302800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302800

Black with #302800

Text Example


Text Example

White with #302800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302800; }

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

 H1.HeaderClassName
 {
   color: #302800;
 }
 .AnyTagClassName
 {
   color: #302800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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