#302140

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

Shades of Blackcurrant #302140

Tints of Blackcurrant #302140

Color information

#302140 (or 0x302140) is unknown color: approx Blackcurrant. HEX triplet: 30, 21 and 40. RGB value is (48,33,64). Sum of RGB (Red+Green+Blue) = 48+33+64=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #302140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302140 is #CFDEBF. Grayscale: #282828. Windows color (decimal): -13622976 or 4202800. OLE color: 4202800.

HSL color Cylindrical-coordinate representation of color #302140: hue angle of 269.03º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #302140 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB483364-
CMYK0.250.4800.75
HSL269.03º31.96%19.02%-
HSV(B)269.03º48.44%25.1%-
XYZ2.692.095.11-
YUV41.02140.97132.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=33.10%
G=22.76%
B=44.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4833640.250.4800.75269.0331.9619.02
Hex302140193004B10d2013
Octal6041100316001134154023
Binary1100001000011000000110011100000100101110000110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302140; }

 p { color: rgb(48,33,64); }

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

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

 a { background-color: rgb(48,33,64); }

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

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

 span { border-color: rgb(48,33,64); }

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