#410348

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

Shades of Blackcurrant #410348

Tints of Blackcurrant #410348

Color information

#410348 (or 0x410348) is unknown color: approx Blackcurrant. HEX triplet: 41, 03 and 48. RGB value is (65,3,72). Sum of RGB (Red+Green+Blue) = 65+3+72=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #410348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410348 is #BEFCB7. Grayscale: #1D1D1D. Windows color (decimal): -12516536 or 4719425. OLE color: 4719425.

HSL color Cylindrical-coordinate representation of color #410348: hue angle of 293.91º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410348 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB65372-
CMYK0.100.9600.72
HSL293.91º92%14.71%-
HSV(B)293.91º95.83%28.24%-
XYZ3.381.666.27-
YUV29.4152.04153.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 72 (28.52% from 255) = 51.43%
R=46.43%
G=2.14%
B=51.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal653720.100.9600.72293.919214.71
Hex41348A600481265cf
Octal101311012140011044613417
Binary1000001111001000101011000000100100010010011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410348; }

 p { color: rgb(65,3,72); }

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

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

 a { background-color: rgb(65,3,72); }

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

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

 span { border-color: rgb(65,3,72); }

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