#351D3B

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

Shades of Blackcurrant #351D3B

Tints of Blackcurrant #351D3B

Color information

#351D3B (or 0x351D3B) is unknown color: approx Blackcurrant. HEX triplet: 35, 1D and 3B. RGB value is (53,29,59). Sum of RGB (Red+Green+Blue) = 53+29+59=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 59 - color contains mainly: blue. Hex color #351D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D3B is #CAE2C4. Grayscale: #272727. Windows color (decimal): -13296325 or 3874101. OLE color: 3874101.

HSL color Cylindrical-coordinate representation of color #351D3B: hue angle of 288º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351D3B is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB532959-
CMYK0.100.5100.77
HSL288º34.09%17.25%-
HSV(B)288º50.85%23.14%-
XYZ2.71.954.37-
YUV39.6138.95137.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 59 (23.44% from 255) = 41.84%
R=37.59%
G=20.57%
B=41.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5329590.100.5100.7728834.0917.25
Hex351D3BA3304D1202211
Octal653573126301154404221
Binary1101011110111101110101100110100110110010000010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,29,59); }

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

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

 a { background-color: rgb(53,29,59); }

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

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

 span { border-color: rgb(53,29,59); }

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