#35173D

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

Shades of Blackcurrant #35173D

Tints of Blackcurrant #35173D

Color information

#35173D (or 0x35173D) is unknown color: approx Blackcurrant. HEX triplet: 35, 17 and 3D. RGB value is (53,23,61). Sum of RGB (Red+Green+Blue) = 53+23+61=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #35173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35173D is #CAE8C2. Grayscale: #242424. Windows color (decimal): -13297859 or 4003637. OLE color: 4003637.

HSL color Cylindrical-coordinate representation of color #35173D: hue angle of 287.37º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35173D is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB532361-
CMYK0.130.6200.76
HSL287.37º45.24%16.47%-
HSV(B)287.37º62.3%23.92%-
XYZ2.621.714.61-
YUV36.3141.94139.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=38.69%
G=16.79%
B=44.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5323610.130.6200.76287.3745.2416.47
Hex35173DD3E04C11f2d10
Octal652775157601144375520
Binary1101011011111110111011111100100110010001111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35173D; }

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

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

<style>
 a { background-color: #35173D; }

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

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

<style>
 span { border-color: #35173D; }

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

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