#301042

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

Shades of Blackcurrant #301042

Tints of Blackcurrant #301042

Color information

#301042 (or 0x301042) is unknown color: approx Blackcurrant. HEX triplet: 30, 10 and 42. RGB value is (48,16,66). Sum of RGB (Red+Green+Blue) = 48+16+66=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #301042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301042 is #CFEFBD. Grayscale: #1F1F1F. Windows color (decimal): -13627326 or 4329520. OLE color: 4329520.

HSL color Cylindrical-coordinate representation of color #301042: hue angle of 278.4º 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 #301042 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB481666-
CMYK0.270.7600.74
HSL278.4º60.98%16.08%-
HSV(B)278.4º75.76%25.88%-
XYZ2.391.395.3-
YUV31.27147.6139.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 66 (26.17% from 255) = 50.77%
R=36.92%
G=12.31%
B=50.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4816660.270.7600.74278.460.9816.08
Hex3010421B4C04A1163d10
Octal60201023311401124267520
Binary1100001000010000101101110011000100101010001011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301042; }

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

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

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

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

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

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

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

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