Html Css Color HEX #302500 Maire

📋 copy color: '#302500'

red 48 ◦ green 37 ◦ blue 0

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

Shades of Maire #302500

Tints of Maire #302500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.53%

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

R = 56.47%
G = 43.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#302500 (or 0x302500) is known color: Maire. HEX triplet: 30, 25 and 00. RGB value is (48,37,0). Sum of RGB (Red+Green+Blue) = 48+37+0=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #302500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302500 is #CFDAFF. Grayscale: #242424. Windows color (decimal): -13622016 or 9520. OLE color: 9520.

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

Color convert

RGB 48 37 0 -
CMYK 0 0.23 1 0.81
HSL 46.25º 1% 0.09% -
HSV(B) 46.25º 1% 0.19% -
XYZ 1.88 1.95 0.28 -
YUV 36.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 48 37 0 0 0.23 1 0.81 46.25 1 0.09
Hex 30 25 0 0 17 64 51 2E 64 9
Octal 60 45 0 0 27 144 121 56 144 11
Binary 110000 100101 0 0 10111 1100100 1010001 101110 1100100 1001

Color Harmonies of #302500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302500

Black with #302500

Text Example


Text Example

White with #302500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302500; }

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

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

background-color css

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

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

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

border-color css

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

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

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