#302439

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

Shades of Blackcurrant #302439

Tints of Blackcurrant #302439

Color information

#302439 (or 0x302439) is unknown color: approx Blackcurrant. HEX triplet: 30, 24 and 39. RGB value is (48,36,57). Sum of RGB (Red+Green+Blue) = 48+36+57=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #302439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302439 is #CFDBC6. Grayscale: #292929. Windows color (decimal): -13622215 or 3744816. OLE color: 3744816.

HSL color Cylindrical-coordinate representation of color #302439: hue angle of 274.29º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #302439 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB483657-
CMYK0.160.3700.78
HSL274.29º22.58%18.24%-
HSV(B)274.29º36.84%22.35%-
XYZ2.592.194.16-
YUV41.98136.48132.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=34.04%
G=25.53%
B=40.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4836570.160.3700.78274.2922.5818.24
Hex302439102504E1121712
Octal604471204501164222722
Binary11000010010011100110000100101010011101000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302439; }

 p { color: rgb(48,36,57); }

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

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

 a { background-color: rgb(48,36,57); }

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

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

 span { border-color: rgb(48,36,57); }

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