#301143

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

Shades of Blackcurrant #301143

Tints of Blackcurrant #301143

Color information

#301143 (or 0x301143) is unknown color: approx Blackcurrant. HEX triplet: 30, 11 and 43. RGB value is (48,17,67). Sum of RGB (Red+Green+Blue) = 48+17+67=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #301143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301143 is #CFEEBC. Grayscale: #1F1F1F. Windows color (decimal): -13627069 or 4395312. OLE color: 4395312.

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

Color convert

RGB481767-
CMYK0.280.7500.74
HSL277.2º59.52%16.47%-
HSV(B)277.2º74.63%26.27%-
XYZ2.431.435.46-
YUV31.97147.77139.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 67 (26.56% from 255) = 50.76%
R=36.36%
G=12.88%
B=50.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4817670.280.7500.74277.259.5216.47
Hex3011431C4B04A1153c10
Octal60211033411301124257420
Binary1100001000110000111110010010110100101010001010111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301143; }

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

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

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

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

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

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

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

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