#351841

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

Shades of Blackcurrant #351841

Tints of Blackcurrant #351841

Color information

#351841 (or 0x351841) is unknown color: approx Blackcurrant. HEX triplet: 35, 18 and 41. RGB value is (53,24,65). Sum of RGB (Red+Green+Blue) = 53+24+65=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #351841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351841 is #CAE7BE. Grayscale: #252525. Windows color (decimal): -13297599 or 4266037. OLE color: 4266037.

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

Color convert

RGB532465-
CMYK0.180.6300.75
HSL282.44º46.07%17.45%-
HSV(B)282.44º63.08%25.49%-
XYZ2.751.795.2-
YUV37.34143.61139.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=37.32%
G=16.90%
B=45.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5324650.180.6300.75282.4446.0717.45
Hex351841123F04B11a2e11
Octal6530101227701134325621
Binary110101110001000001100101111110100101110001101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351841; }

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

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

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

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

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

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

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

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