#351D44

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

Shades of Blackcurrant #351D44

Tints of Blackcurrant #351D44

Color information

#351D44 (or 0x351D44) is unknown color: approx Blackcurrant. HEX triplet: 35, 1D and 44. RGB value is (53,29,68). Sum of RGB (Red+Green+Blue) = 53+29+68=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #351D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D44 is #CAE2BB. Grayscale: #282828. Windows color (decimal): -13296316 or 4463925. OLE color: 4463925.

HSL color Cylindrical-coordinate representation of color #351D44: hue angle of 276.92º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #351D44 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB532968-
CMYK0.220.5700.73
HSL276.92º40.21%19.02%-
HSV(B)276.92º57.35%26.67%-
XYZ2.952.055.71-
YUV40.62143.45136.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 29 (11.72% from 255) = 19.33%
BLUE value IS 68 (26.95% from 255) = 45.33%
R=35.33%
G=19.33%
B=45.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5329680.220.5700.73276.9240.2119.02
Hex351D4416390491152813
Octal6535104267101114255023
Binary110101111011000100101101110010100100110001010110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,29,68); }

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

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

 a { background-color: rgb(53,29,68); }

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

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

 span { border-color: rgb(53,29,68); }

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