#41034B

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

Shades of Blackcurrant #41034B

Tints of Blackcurrant #41034B

Color information

#41034B (or 0x41034B) is unknown color: approx Blackcurrant. HEX triplet: 41, 03 and 4B. RGB value is (65,3,75). Sum of RGB (Red+Green+Blue) = 65+3+75=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #41034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41034B is #BEFCB4. Grayscale: #1D1D1D. Windows color (decimal): -12516533 or 4916033. OLE color: 4916033.

HSL color Cylindrical-coordinate representation of color #41034B: hue angle of 291.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41034B is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB65375-
CMYK0.130.9600.71
HSL291.67º92.31%15.29%-
HSV(B)291.67º96%29.41%-
XYZ3.481.76.8-
YUV29.75153.54153.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=45.45%
G=2.10%
B=52.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal653750.130.9600.71291.6792.3115.29
Hex4134BD600471245cf
Octal101311315140010744413417
Binary1000001111001011110111000000100011110010010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41034B; }

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

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

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

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

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

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

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

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