#301741

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

Shades of Blackcurrant #301741

Tints of Blackcurrant #301741

Color information

#301741 (or 0x301741) is unknown color: approx Blackcurrant. HEX triplet: 30, 17 and 41. RGB value is (48,23,65). Sum of RGB (Red+Green+Blue) = 48+23+65=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #301741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301741 is #CFE8BE. Grayscale: #232323. Windows color (decimal): -13625535 or 4265776. OLE color: 4265776.

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

Color convert

RGB482365-
CMYK0.260.6500.75
HSL275.71º47.73%17.25%-
HSV(B)275.71º64.62%25.49%-
XYZ2.481.625.18-
YUV35.26144.78137.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=35.29%
G=16.91%
B=47.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4823650.260.6500.75275.7147.7317.25
Hex3017411A4104B1143011
Octal60271013210101134246021
Binary1100001011110000011101010000010100101110001010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301741; }

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

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

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

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

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

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

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

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