#350E41

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

Shades of Blackcurrant #350E41

Tints of Blackcurrant #350E41

Color information

#350E41 (or 0x350E41) is unknown color: approx Blackcurrant. HEX triplet: 35, 0E and 41. RGB value is (53,14,65). Sum of RGB (Red+Green+Blue) = 53+14+65=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #350E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E41 is #CAF1BE. Grayscale: #1F1F1F. Windows color (decimal): -13300159 or 4263477. OLE color: 4263477.

HSL color Cylindrical-coordinate representation of color #350E41: hue angle of 285.88º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #350E41 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB531465-
CMYK0.180.7800.75
HSL285.88º64.56%15.49%-
HSV(B)285.88º78.46%25.49%-
XYZ2.581.455.15-
YUV31.48146.92143.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 14 (5.86% from 255) = 10.61%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=40.15%
G=10.61%
B=49.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5314650.180.7800.75285.8864.5615.49
Hex35E41124E04B11e41f
Octal651610122116011343610117
Binary110101111010000011001010011100100101110001111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350E41; }

 p { color: rgb(53,14,65); }

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

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

 a { background-color: rgb(53,14,65); }

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

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

 span { border-color: rgb(53,14,65); }

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