#35114A

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

Shades of Blackcurrant #35114A

Tints of Blackcurrant #35114A

Color information

#35114A (or 0x35114A) is unknown color: approx Blackcurrant. HEX triplet: 35, 11 and 4A. RGB value is (53,17,74). Sum of RGB (Red+Green+Blue) = 53+17+74=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #35114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35114A is #CAEEB5. Grayscale: #222222. Windows color (decimal): -13299382 or 4854069. OLE color: 4854069.

HSL color Cylindrical-coordinate representation of color #35114A: hue angle of 277.89º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35114A is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB531774-
CMYK0.280.7700.71
HSL277.89º62.64%17.84%-
HSV(B)277.89º77.03%29.02%-
XYZ2.91.656.64-
YUV34.26150.43141.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 74 (29.30% from 255) = 51.39%
R=36.81%
G=11.81%
B=51.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5317740.280.7700.71277.8962.6417.84
Hex35114A1C4D0471163f12
Octal65211123411501074267722
Binary1101011000110010101110010011010100011110001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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