#300241

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

Shades of Blackcurrant #300241

Tints of Blackcurrant #300241

Color information

#300241 (or 0x300241) is unknown color: approx Blackcurrant. HEX triplet: 30, 02 and 41. RGB value is (48,2,65). Sum of RGB (Red+Green+Blue) = 48+2+65=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #300241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300241 is #CFFDBE. Grayscale: #161616. Windows color (decimal): -13630911 or 4260400. OLE color: 4260400.

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

Color convert

RGB48265-
CMYK0.260.9700.75
HSL283.81º94.03%13.14%-
HSV(B)283.81º96.92%25.49%-
XYZ2.191.055.09-
YUV22.94151.74145.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 65 (25.78% from 255) = 56.52%
R=41.74%
G=1.74%
B=56.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal482650.260.9700.75283.8194.0313.14
Hex302411A6104B11c5ed
Octal60210132141011343413615
Binary1100001010000011101011000010100101110001110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300241; }

 p { color: rgb(48,2,65); }

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

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

 a { background-color: rgb(48,2,65); }

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

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

 span { border-color: rgb(48,2,65); }

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