#41134B

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

Shades of Blackcurrant #41134B

Tints of Blackcurrant #41134B

Color information

#41134B (or 0x41134B) is unknown color: approx Blackcurrant. HEX triplet: 41, 13 and 4B. RGB value is (65,19,75). Sum of RGB (Red+Green+Blue) = 65+19+75=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #41134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41134B is #BEECB4. Grayscale: #262626. Windows color (decimal): -12512437 or 4920129. OLE color: 4920129.

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

Color convert

RGB651975-
CMYK0.130.7500.71
HSL289.29º59.57%18.43%-
HSV(B)289.29º74.67%29.41%-
XYZ3.682.16.87-
YUV39.14148.24146.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 75 (29.69% from 255) = 47.17%
R=40.88%
G=11.95%
B=47.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6519750.130.7500.71289.2959.5718.43
Hex41134BD4B0471213c12
Octal101231131511301074417422
Binary1000001100111001011110110010110100011110010000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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