Html Css Color HEX #302333 Mardi Gras

📋 copy color: '#302333'

red 48 ◦ green 35 ◦ blue 51

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

Shades of Mardi Gras #302333

Tints of Mardi Gras #302333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

 BLUE value IS 51 (20.31% from 255) = 38.06%

R = 35.82%
G = 26.12%
B = 38.06%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#302333 (or 0x302333) is known color: Mardi Gras. HEX triplet: 30, 23 and 33. RGB value is (48,35,51). Sum of RGB (Red+Green+Blue) = 48+35+51=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 51 - color contains mainly: blue. Hex color #302333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302333 is #CFDCCC. Grayscale: #282828. Windows color (decimal): -13622477 or 3351344. OLE color: 3351344.

HSL color Cylindrical-coordinate representation of color #302333: hue angle of 288.75º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302333 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 35 51 -
CMYK 0.06 0.31 0 0.8
HSL 288.75º 0.19% 0.17% -
HSV(B) 288.75º 0.31% 0.2% -
XYZ 2.42 2.07 3.4 -
YUV 40.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 48 35 51 0.06 0.31 0 0.8 288.75 0.19 0.17
Hex 30 23 33 6 1F 0 50 121 13 11
Octal 60 43 63 6 37 0 120 441 23 21
Binary 110000 100011 110011 110 11111 0 1010000 100100001 10011 10001

Color Harmonies of #302333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302333

Black with #302333

Text Example


Text Example

White with #302333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302333; }

 p { color: rgb(48,35,51); }

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

background-color css

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

 a { background-color: rgb(48,35,51); }

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

border-color css

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

 span { border-color: rgb(48,35,51); }

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