#302136

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

Shades of Blackcurrant #302136

Tints of Blackcurrant #302136

Color information

#302136 (or 0x302136) is unknown color: approx Blackcurrant. HEX triplet: 30, 21 and 36. RGB value is (48,33,54). Sum of RGB (Red+Green+Blue) = 48+33+54=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #302136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302136 is #CFDEC9. Grayscale: #272727. Windows color (decimal): -13622986 or 3547440. OLE color: 3547440.

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

Color convert

RGB483354-
CMYK0.110.3900.79
HSL282.86º24.14%17.06%-
HSV(B)282.86º38.89%21.18%-
XYZ2.431.983.74-
YUV39.88135.97133.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 54 (21.48% from 255) = 40%
R=35.56%
G=24.44%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4833540.110.3900.79282.8624.1417.06
Hex302136B2704F11b1811
Octal604166134701174333021
Binary1100001000011101101011100111010011111000110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302136; }

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

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

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

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

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

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

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

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