#350E3D

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

Shades of Blackcurrant #350E3D

Tints of Blackcurrant #350E3D

Color information

#350E3D (or 0x350E3D) is unknown color: approx Blackcurrant. HEX triplet: 35, 0E and 3D. RGB value is (53,14,61). Sum of RGB (Red+Green+Blue) = 53+14+61=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #350E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E3D is #CAF1C2. Grayscale: #1E1E1E. Windows color (decimal): -13300163 or 4001333. OLE color: 4001333.

HSL color Cylindrical-coordinate representation of color #350E3D: hue angle of 289.79º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350E3D is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB531461-
CMYK0.130.7700.76
HSL289.79º62.67%14.71%-
HSV(B)289.79º77.05%23.92%-
XYZ2.471.414.56-
YUV31.02144.92143.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 14 (5.86% from 255) = 10.94%
BLUE value IS 61 (24.22% from 255) = 47.66%
R=41.41%
G=10.94%
B=47.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5314610.130.7700.76289.7962.6714.71
Hex35E3DD4D04C1223ff
Octal6516751511501144427717
Binary110101111011110111011001101010011001001000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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