#351B3E

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

Shades of Blackcurrant #351B3E

Tints of Blackcurrant #351B3E

Color information

#351B3E (or 0x351B3E) is unknown color: approx Blackcurrant. HEX triplet: 35, 1B and 3E. RGB value is (53,27,62). Sum of RGB (Red+Green+Blue) = 53+27+62=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 62 - color contains mainly: blue. Hex color #351B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B3E is #CAE4C1. Grayscale: #262626. Windows color (decimal): -13296834 or 4070197. OLE color: 4070197.

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

Color convert

RGB532762-
CMYK0.150.5600.76
HSL284.57º39.33%17.45%-
HSV(B)284.57º56.45%24.31%-
XYZ2.731.894.78-
YUV38.76141.11138.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=37.32%
G=19.01%
B=43.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5327620.150.5600.76284.5739.3317.45
Hex351B3EF3804C11d2711
Octal653376177001144354721
Binary1101011101111111011111110000100110010001110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,27,62); }

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

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

 a { background-color: rgb(53,27,62); }

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

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

 span { border-color: rgb(53,27,62); }

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