#410853

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

Shades of Blackcurrant #410853

Tints of Blackcurrant #410853

Color information

#410853 (or 0x410853) is unknown color: approx Blackcurrant. HEX triplet: 41, 08 and 53. RGB value is (65,8,83). Sum of RGB (Red+Green+Blue) = 65+8+83=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #410853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410853 is #BEF7AC. Grayscale: #212121. Windows color (decimal): -12515245 or 5441601. OLE color: 5441601.

HSL color Cylindrical-coordinate representation of color #410853: hue angle of 285.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410853 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65883-
CMYK0.220.9000.67
HSL285.6º82.42%17.84%-
HSV(B)285.6º90.36%32.55%-
XYZ3.831.928.35-
YUV33.59155.88150.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=41.67%
G=5.13%
B=53.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal658830.220.9000.67285.682.4217.84
Hex41853165A04311e5212
Octal1011012326132010343612222
Binary10000011000101001110110101101001000011100011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410853; }

 p { color: rgb(65,8,83); }

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

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

 a { background-color: rgb(65,8,83); }

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

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

 span { border-color: rgb(65,8,83); }

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