#35134C

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

Shades of Blackcurrant #35134C

Tints of Blackcurrant #35134C

Color information

#35134C (or 0x35134C) is unknown color: approx Blackcurrant. HEX triplet: 35, 13 and 4C. RGB value is (53,19,76). Sum of RGB (Red+Green+Blue) = 53+19+76=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #35134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35134C is #CAECB3. Grayscale: #232323. Windows color (decimal): -13298868 or 4985653. OLE color: 4985653.

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

Color convert

RGB531976-
CMYK0.300.7500.70
HSL275.79º60%18.63%-
HSV(B)275.79º75%29.8%-
XYZ3.011.747.02-
YUV35.66150.76140.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=35.81%
G=12.84%
B=51.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5319760.300.7500.70275.796018.63
Hex35134C1E4B0461143c13
Octal65231143611301064247423
Binary1101011001110011001111010010110100011010001010011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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