#302036

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

Shades of Blackcurrant #302036

Tints of Blackcurrant #302036

Color information

#302036 (or 0x302036) is unknown color: approx Blackcurrant. HEX triplet: 30, 20 and 36. RGB value is (48,32,54). Sum of RGB (Red+Green+Blue) = 48+32+54=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #302036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302036 is #CFDFC9. Grayscale: #272727. Windows color (decimal): -13623242 or 3547184. OLE color: 3547184.

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

Color convert

RGB483254-
CMYK0.110.4100.79
HSL283.64º25.58%16.86%-
HSV(B)283.64º40.74%21.18%-
XYZ2.41.933.74-
YUV39.29136.3134.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=35.82%
G=23.88%
B=40.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4832540.110.4100.79283.6425.5816.86
Hex302036B2904F11c1a11
Octal604066135101174343221
Binary1100001000001101101011101001010011111000111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302036; }

 p { color: rgb(48,32,54); }

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

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

 a { background-color: rgb(48,32,54); }

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

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

 span { border-color: rgb(48,32,54); }

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