#351F42

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

Shades of Blackcurrant #351F42

Tints of Blackcurrant #351F42

Color information

#351F42 (or 0x351F42) is unknown color: approx Blackcurrant. HEX triplet: 35, 1F and 42. RGB value is (53,31,66). Sum of RGB (Red+Green+Blue) = 53+31+66=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 66 - color contains mainly: blue. Hex color #351F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F42 is #CAE0BD. Grayscale: #292929. Windows color (decimal): -13295806 or 4333365. OLE color: 4333365.

HSL color Cylindrical-coordinate representation of color #351F42: hue angle of 277.71º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351F42 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB533166-
CMYK0.200.5300.74
HSL277.71º36.08%19.02%-
HSV(B)277.71º53.03%25.88%-
XYZ2.942.135.41-
YUV41.57141.79136.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 31 (12.5% from 255) = 20.67%
BLUE value IS 66 (26.17% from 255) = 44%
R=35.33%
G=20.67%
B=44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5331660.200.5300.74277.7136.0819.02
Hex351F42143504A1162413
Octal6537102246501124264423
Binary110101111111000010101001101010100101010001011010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,31,66); }

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

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

 a { background-color: rgb(53,31,66); }

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

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

 span { border-color: rgb(53,31,66); }

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