#300142

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

Shades of Blackcurrant #300142

Tints of Blackcurrant #300142

Color information

#300142 (or 0x300142) is unknown color: approx Blackcurrant. HEX triplet: 30, 01 and 42. RGB value is (48,1,66). Sum of RGB (Red+Green+Blue) = 48+1+66=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 66 (26.17% from 255 or 57.39% from 115); Max value from RGB is 66 - color contains mainly: blue. Hex color #300142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300142 is #CFFEBD. Grayscale: #161616. Windows color (decimal): -13631166 or 4325680. OLE color: 4325680.

HSL color Cylindrical-coordinate representation of color #300142: hue angle of 283.38º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300142 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB48166-
CMYK0.270.9800.74
HSL283.38º97.01%13.14%-
HSV(B)283.38º98.48%25.88%-
XYZ2.211.045.24-
YUV22.46152.57146.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 66 (26.17% from 255) = 57.39%
R=41.74%
G=0.87%
B=57.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal481660.270.9800.74283.3897.0113.14
Hex301421B6204A11b61d
Octal60110233142011243314115
Binary110000110000101101111000100100101010001101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300142; }

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

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

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

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

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

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

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

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