#300234

Color #300234 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #300234

Tints of Mardi Gras #300234

Color information

#300234 (or 0x300234) is unknown color: approx Mardi Gras. HEX triplet: 30, 02 and 34. RGB value is (48,2,52). Sum of RGB (Red+Green+Blue) = 48+2+52=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #300234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300234 is #CFFDCB. Grayscale: #151515. Windows color (decimal): -13630924 or 3408432. OLE color: 3408432.

HSL color Cylindrical-coordinate representation of color #300234: hue angle of 295.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300234 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB48252-
CMYK0.080.9600.80
HSL295.2º92.59%10.59%-
HSV(B)295.2º96.15%20.39%-
XYZ1.860.923.33-
YUV21.45145.24146.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 52 (20.70% from 255) = 50.98%
R=47.06%
G=1.96%
B=50.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal482520.080.9600.80295.292.5910.59
Hex302348600501275db
Octal6026410140012044713513
Binary11000010110100100011000000101000010010011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300234; }

 p { color: rgb(48,2,52); }

 H1.HeaderClassName
 {
   color: #300234;
 }
 .AnyTagClassName
 {
   color: #300234;
 }
</style>
background-color css

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

 a { background-color: rgb(48,2,52); }

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

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

 span { border-color: rgb(48,2,52); }

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