#302339

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

Shades of Blackcurrant #302339

Tints of Blackcurrant #302339

Color information

#302339 (or 0x302339) is unknown color: approx Blackcurrant. HEX triplet: 30, 23 and 39. RGB value is (48,35,57). Sum of RGB (Red+Green+Blue) = 48+35+57=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #302339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302339 is #CFDCC6. Grayscale: #292929. Windows color (decimal): -13622471 or 3744560. OLE color: 3744560.

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

Color convert

RGB483557-
CMYK0.160.3900.78
HSL275.45º23.91%18.04%-
HSV(B)275.45º38.6%22.35%-
XYZ2.562.134.15-
YUV41.4136.81132.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 57 (22.66% from 255) = 40.71%
R=34.29%
G=25%
B=40.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4835570.160.3900.78275.4523.9118.04
Hex302339102704E1131812
Octal604371204701164233022
Binary11000010001111100110000100111010011101000100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302339; }

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

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

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

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

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

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

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

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