#301043

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

Shades of Blackcurrant #301043

Tints of Blackcurrant #301043

Color information

#301043 (or 0x301043) is unknown color: approx Blackcurrant. HEX triplet: 30, 10 and 43. RGB value is (48,16,67). Sum of RGB (Red+Green+Blue) = 48+16+67=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #301043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301043 is #CFEFBC. Grayscale: #1F1F1F. Windows color (decimal): -13627325 or 4395056. OLE color: 4395056.

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

Color convert

RGB481667-
CMYK0.280.7600.74
HSL277.65º61.45%16.27%-
HSV(B)277.65º76.12%26.27%-
XYZ2.421.45.45-
YUV31.38148.1139.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 67 (26.56% from 255) = 51.15%
R=36.64%
G=12.21%
B=51.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4816670.280.7600.74277.6561.4516.27
Hex3010431C4C04A1163d10
Octal60201033411401124267520
Binary1100001000010000111110010011000100101010001011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301043; }

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

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

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

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

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

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

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

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