#301343

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

Shades of Blackcurrant #301343

Tints of Blackcurrant #301343

Color information

#301343 (or 0x301343) is unknown color: approx Blackcurrant. HEX triplet: 30, 13 and 43. RGB value is (48,19,67). Sum of RGB (Red+Green+Blue) = 48+19+67=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #301343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301343 is #CFECBC. Grayscale: #202020. Windows color (decimal): -13626557 or 4395824. OLE color: 4395824.

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

Color convert

RGB481967-
CMYK0.280.7200.74
HSL276.25º55.81%16.86%-
HSV(B)276.25º71.64%26.27%-
XYZ2.461.55.47-
YUV33.14147.11138.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 67 (26.56% from 255) = 50%
R=35.82%
G=14.18%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4819670.280.7200.74276.2555.8116.86
Hex3013431C4804A1143811
Octal60231033411001124247021
Binary1100001001110000111110010010000100101010001010011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301343; }

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

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

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

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

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

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

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

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