#351B40

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

Shades of Blackcurrant #351B40

Tints of Blackcurrant #351B40

Color information

#351B40 (or 0x351B40) is unknown color: approx Blackcurrant. HEX triplet: 35, 1B and 40. RGB value is (53,27,64). Sum of RGB (Red+Green+Blue) = 53+27+64=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #351B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B40 is #CAE4BF. Grayscale: #262626. Windows color (decimal): -13296832 or 4201269. OLE color: 4201269.

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

Color convert

RGB532764-
CMYK0.170.5800.75
HSL282.16º40.66%17.84%-
HSV(B)282.16º57.81%25.1%-
XYZ2.791.915.07-
YUV38.99142.11137.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=36.81%
G=18.75%
B=44.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5327640.170.5800.75282.1640.6617.84
Hex351B40113A04B11a2912
Octal6533100217201134325122
Binary110101110111000000100011110100100101110001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351B40; }

 p { color: rgb(53,27,64); }

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

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

 a { background-color: rgb(53,27,64); }

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

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

 span { border-color: rgb(53,27,64); }

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