#35054C

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

Shades of Blackcurrant #35054C

Tints of Blackcurrant #35054C

Color information

#35054C (or 0x35054C) is unknown color: approx Blackcurrant. HEX triplet: 35, 05 and 4C. RGB value is (53,5,76). Sum of RGB (Red+Green+Blue) = 53+5+76=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #35054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35054C is #CAFAB3. Grayscale: #1B1B1B. Windows color (decimal): -13302452 or 4982069. OLE color: 4982069.

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

Color convert

RGB53576-
CMYK0.300.9300.70
HSL280.56º87.65%15.88%-
HSV(B)280.56º93.42%29.8%-
XYZ2.831.396.96-
YUV27.45155.4146.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 76 (30.08% from 255) = 56.72%
R=39.55%
G=3.73%
B=56.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal535760.300.9300.70280.5687.6515.88
Hex3554C1E5D0461195810
Octal65511436135010643113020
Binary110101101100110011110101110101000110100011001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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