Html Css Color HEX #302E01 Maire

📋 copy color: '#302E01'

red 48 ◦ green 46 ◦ blue 1

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

Shades of Maire #302E01

Tints of Maire #302E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 48.42%

 BLUE value IS 1 (0.78% from 255) = 1.05%

R = 50.53%
G = 48.42%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#302E01 (or 0x302E01) is known color: Maire. HEX triplet: 30, 2E and 01. RGB value is (48,46,1). Sum of RGB (Red+Green+Blue) = 48+46+1=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #302E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E01 is #CFD1FE. Grayscale: #292929. Windows color (decimal): -13619711 or 77360. OLE color: 77360.

HSL color Cylindrical-coordinate representation of color #302E01: hue angle of 57.45º 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 #302E01 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 46 1 -
CMYK 0 0.04 0.98 0.81
HSL 57.45º 0.96% 0.1% -
HSV(B) 57.45º 0.98% 0.19% -
XYZ 2.2 2.58 0.41 -
YUV 41.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 48 46 1 0 0.04 0.98 0.81 57.45 0.96 0.1
Hex 30 2E 1 0 4 62 51 39 60 A
Octal 60 56 1 0 4 142 121 71 140 12
Binary 110000 101110 1 0 100 1100010 1010001 111001 1100000 1010

Color Harmonies of #302E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E01

Black with #302E01

Text Example


Text Example

White with #302E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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