#35153E

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

Shades of Blackcurrant #35153E

Tints of Blackcurrant #35153E

Color information

#35153E (or 0x35153E) is unknown color: approx Blackcurrant. HEX triplet: 35, 15 and 3E. RGB value is (53,21,62). Sum of RGB (Red+Green+Blue) = 53+21+62=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #35153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35153E is #CAEAC1. Grayscale: #232323. Windows color (decimal): -13298370 or 4068661. OLE color: 4068661.

HSL color Cylindrical-coordinate representation of color #35153E: hue angle of 286.83º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35153E is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB532162-
CMYK0.150.6600.76
HSL286.83º49.4%16.27%-
HSV(B)286.83º66.13%24.31%-
XYZ2.611.644.74-
YUV35.24143.1140.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=38.97%
G=15.44%
B=45.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5321620.150.6600.76286.8349.416.27
Hex35153EF4204C11f3110
Octal6525761710201144376120
Binary11010110101111110111110000100100110010001111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35153E; }

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

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

<style>
 a { background-color: #35153E; }

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

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

<style>
 span { border-color: #35153E; }

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

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