#300C41

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

Shades of Blackcurrant #300C41

Tints of Blackcurrant #300C41

Color information

#300C41 (or 0x300C41) is unknown color: approx Blackcurrant. HEX triplet: 30, 0C and 41. RGB value is (48,12,65). Sum of RGB (Red+Green+Blue) = 48+12+65=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #300C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C41 is #CFF3BE. Grayscale: #1C1C1C. Windows color (decimal): -13628351 or 4262960. OLE color: 4262960.

HSL color Cylindrical-coordinate representation of color #300C41: hue angle of 280.75º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #300C41 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB481265-
CMYK0.260.8200.75
HSL280.75º68.83%15.1%-
HSV(B)280.75º81.54%25.49%-
XYZ2.31.275.13-
YUV28.81148.43141.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 12 (5.08% from 255) = 9.6%
BLUE value IS 65 (25.78% from 255) = 52%
R=38.4%
G=9.6%
B=52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4812650.260.8200.75280.7568.8315.1
Hex30C411A5204B11945f
Octal601410132122011343110517
Binary110000110010000011101010100100100101110001100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300C41; }

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

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

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

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

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

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

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

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