Html Css Color HEX #301635 Mardi Gras

📋 copy color: '#301635'

red 48 ◦ green 22 ◦ blue 53

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

Shades of Mardi Gras #301635

Tints of Mardi Gras #301635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

 BLUE value IS 53 (21.09% from 255) = 43.09%

R = 39.02%
G = 17.89%
B = 43.09%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301635 (or 0x301635) is known color: Mardi Gras. HEX triplet: 30, 16 and 35. RGB value is (48,22,53). Sum of RGB (Red+Green+Blue) = 48+22+53=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #301635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301635 is #CFE9CA. Grayscale: #212121. Windows color (decimal): -13625803 or 3479088. OLE color: 3479088.

HSL color Cylindrical-coordinate representation of color #301635: hue angle of 290.32º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #301635 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 22 53 -
CMYK 0.09 0.58 0 0.79
HSL 290.32º 0.41% 0.15% -
HSV(B) 290.32º 0.58% 0.21% -
XYZ 2.15 1.46 3.54 -
YUV 33.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 48 22 53 0.09 0.58 0 0.79 290.32 0.41 0.15
Hex 30 16 35 9 3A 0 4F 122 29 F
Octal 60 26 65 11 72 0 117 442 51 17
Binary 110000 10110 110101 1001 111010 0 1001111 100100010 101001 1111

Color Harmonies of #301635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301635

Black with #301635

Text Example


Text Example

White with #301635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301635; }

 p { color: rgb(48,22,53); }

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

background-color css

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

 a { background-color: rgb(48,22,53); }

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

border-color css

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

 span { border-color: rgb(48,22,53); }

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