#301243

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

Shades of Blackcurrant #301243

Tints of Blackcurrant #301243

Color information

#301243 (or 0x301243) is unknown color: approx Blackcurrant. HEX triplet: 30, 12 and 43. RGB value is (48,18,67). Sum of RGB (Red+Green+Blue) = 48+18+67=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #301243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301243 is #CFEDBC. Grayscale: #202020. Windows color (decimal): -13626813 or 4395568. OLE color: 4395568.

HSL color Cylindrical-coordinate representation of color #301243: hue angle of 276.73º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301243 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB481867-
CMYK0.280.7300.74
HSL276.73º57.65%16.67%-
HSV(B)276.73º73.13%26.27%-
XYZ2.451.475.46-
YUV32.56147.44139.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 67 (26.56% from 255) = 50.38%
R=36.09%
G=13.53%
B=50.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4818670.280.7300.74276.7357.6516.67
Hex3012431C4904A1153a11
Octal60221033411101124257221
Binary1100001001010000111110010010010100101010001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301243; }

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

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

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

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

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

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

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

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