#351E3F

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

Shades of Blackcurrant #351E3F

Tints of Blackcurrant #351E3F

Color information

#351E3F (or 0x351E3F) is unknown color: approx Blackcurrant. HEX triplet: 35, 1E and 3F. RGB value is (53,30,63). Sum of RGB (Red+Green+Blue) = 53+30+63=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #351E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E3F is #CAE1C0. Grayscale: #282828. Windows color (decimal): -13296065 or 4136501. OLE color: 4136501.

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

Color convert

RGB533063-
CMYK0.160.5200.75
HSL281.82º35.48%18.24%-
HSV(B)281.82º52.38%24.71%-
XYZ2.832.044.95-
YUV40.64140.62136.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 63 (25% from 255) = 43.15%
R=36.30%
G=20.55%
B=43.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5330630.160.5200.75281.8235.4818.24
Hex351E3F103404B11a2312
Octal653677206401134324322
Binary11010111110111111100001101000100101110001101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,30,63); }

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

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

 a { background-color: rgb(53,30,63); }

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

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

 span { border-color: rgb(53,30,63); }

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