#35163D

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

Shades of Blackcurrant #35163D

Tints of Blackcurrant #35163D

Color information

#35163D (or 0x35163D) is unknown color: approx Blackcurrant. HEX triplet: 35, 16 and 3D. RGB value is (53,22,61). Sum of RGB (Red+Green+Blue) = 53+22+61=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #35163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35163D is #CAE9C2. Grayscale: #232323. Windows color (decimal): -13298115 or 4003381. OLE color: 4003381.

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

Color convert

RGB532261-
CMYK0.130.6400.76
HSL287.69º46.99%16.27%-
HSV(B)287.69º63.93%23.92%-
XYZ2.61.674.6-
YUV35.72142.27140.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=38.97%
G=16.18%
B=44.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5322610.130.6400.76287.6946.9916.27
Hex35163DD4004C1202f10
Octal6526751510001144405720
Binary11010110110111101110110000000100110010010000010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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