#351741

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

Shades of Blackcurrant #351741

Tints of Blackcurrant #351741

Color information

#351741 (or 0x351741) is unknown color: approx Blackcurrant. HEX triplet: 35, 17 and 41. RGB value is (53,23,65). Sum of RGB (Red+Green+Blue) = 53+23+65=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #351741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351741 is #CAE8BE. Grayscale: #242424. Windows color (decimal): -13297855 or 4265781. OLE color: 4265781.

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

Color convert

RGB532365-
CMYK0.180.6500.75
HSL282.86º47.73%17.25%-
HSV(B)282.86º64.62%25.49%-
XYZ2.731.755.2-
YUV36.76143.94139.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 65 (25.78% from 255) = 46.10%
R=37.59%
G=16.31%
B=46.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5323650.180.6500.75282.8647.7317.25
Hex351741124104B11b3011
Octal65271012210101134336021
Binary1101011011110000011001010000010100101110001101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351741; }

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

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

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

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

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

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

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

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