#351A3D

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

Shades of Blackcurrant #351A3D

Tints of Blackcurrant #351A3D

Color information

#351A3D (or 0x351A3D) is unknown color: approx Blackcurrant. HEX triplet: 35, 1A and 3D. RGB value is (53,26,61). Sum of RGB (Red+Green+Blue) = 53+26+61=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #351A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A3D is #CAE5C2. Grayscale: #252525. Windows color (decimal): -13297091 or 4004405. OLE color: 4004405.

HSL color Cylindrical-coordinate representation of color #351A3D: hue angle of 286.29º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #351A3D is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB532661-
CMYK0.130.5700.76
HSL286.29º40.23%17.06%-
HSV(B)286.29º57.38%23.92%-
XYZ2.681.834.63-
YUV38.06140.95138.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 61 (24.22% from 255) = 43.57%
R=37.86%
G=18.57%
B=43.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5326610.130.5700.76286.2940.2317.06
Hex351A3DD3904C11e2811
Octal653275157101144365021
Binary1101011101011110111011110010100110010001111010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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