#35114C

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

Shades of Blackcurrant #35114C

Tints of Blackcurrant #35114C

Color information

#35114C (or 0x35114C) is unknown color: approx Blackcurrant. HEX triplet: 35, 11 and 4C. RGB value is (53,17,76). Sum of RGB (Red+Green+Blue) = 53+17+76=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #35114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35114C is #CAEEB3. Grayscale: #222222. Windows color (decimal): -13299380 or 4985141. OLE color: 4985141.

HSL color Cylindrical-coordinate representation of color #35114C: hue angle of 276.61º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35114C is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB531776-
CMYK0.300.7800.70
HSL276.61º63.44%18.24%-
HSV(B)276.61º77.63%29.8%-
XYZ2.971.687-
YUV34.49151.43141.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 76 (30.08% from 255) = 52.05%
R=36.30%
G=11.64%
B=52.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5317760.300.7800.70276.6163.4418.24
Hex35114C1E4E0461153f12
Octal65211143611601064257722
Binary1101011000110011001111010011100100011010001010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35114C; }

 p { color: rgb(53,17,76); }

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

<style>
 a { background-color: #35114C; }

 a { background-color: rgb(53,17,76); }

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

<style>
 span { border-color: #35114C; }

 span { border-color: rgb(53,17,76); }

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