#302336

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

Shades of Blackcurrant #302336

Tints of Blackcurrant #302336

Color information

#302336 (or 0x302336) is unknown color: approx Blackcurrant. HEX triplet: 30, 23 and 36. RGB value is (48,35,54). Sum of RGB (Red+Green+Blue) = 48+35+54=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 54 - color contains mainly: blue. Hex color #302336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302336 is #CFDCC9. Grayscale: #282828. Windows color (decimal): -13622474 or 3547952. OLE color: 3547952.

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

Color convert

RGB483554-
CMYK0.110.3500.79
HSL281.05º21.35%17.45%-
HSV(B)281.05º35.19%21.18%-
XYZ2.492.13.76-
YUV41.05135.31132.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 54 (21.48% from 255) = 39.42%
R=35.04%
G=25.55%
B=39.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4835540.110.3500.79281.0521.3517.45
Hex302336B2304F1191511
Octal604366134301174312521
Binary1100001000111101101011100011010011111000110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302336; }

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

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

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

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

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

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

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

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