#350E46

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

Shades of Blackcurrant #350E46

Tints of Blackcurrant #350E46

Color information

#350E46 (or 0x350E46) is unknown color: approx Blackcurrant. HEX triplet: 35, 0E and 46. RGB value is (53,14,70). Sum of RGB (Red+Green+Blue) = 53+14+70=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #350E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E46 is #CAF1B9. Grayscale: #1F1F1F. Windows color (decimal): -13300154 or 4591157. OLE color: 4591157.

HSL color Cylindrical-coordinate representation of color #350E46: hue angle of 281.79º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #350E46 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB531470-
CMYK0.240.8000.73
HSL281.79º66.67%16.47%-
HSV(B)281.79º80%27.45%-
XYZ2.731.515.94-
YUV32.04149.42142.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 14 (5.86% from 255) = 10.22%
BLUE value IS 70 (27.73% from 255) = 51.09%
R=38.69%
G=10.22%
B=51.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5314700.240.8000.73281.7966.6716.47
Hex35E46185004911a4310
Octal651610630120011143210320
Binary1101011110100011011000101000001001001100011010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350E46; }

 p { color: rgb(53,14,70); }

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

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

 a { background-color: rgb(53,14,70); }

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

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

 span { border-color: rgb(53,14,70); }

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