#301236

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

Shades of Blackcurrant #301236

Tints of Blackcurrant #301236

Color information

#301236 (or 0x301236) is unknown color: approx Blackcurrant. HEX triplet: 30, 12 and 36. RGB value is (48,18,54). Sum of RGB (Red+Green+Blue) = 48+18+54=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 54 (21.48% from 255 or 45% from 120); Max value from RGB is 54 - color contains mainly: blue. Hex color #301236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301236 is #CFEDC9. Grayscale: #1E1E1E. Windows color (decimal): -13626826 or 3543600. OLE color: 3543600.

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

Color convert

RGB481854-
CMYK0.110.6700.79
HSL290º50%14.12%-
HSV(B)290º66.67%21.18%-
XYZ2.11.333.64-
YUV31.07140.94140.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 54 (21.48% from 255) = 45%
R=40%
G=15%
B=45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4818540.110.6700.792905014.12
Hex301236B4304F12232e
Octal6022661310301174426216
Binary1100001001011011010111000011010011111001000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301236; }

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

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

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

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

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

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

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

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