#35054E

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

Shades of Blackcurrant #35054E

Tints of Blackcurrant #35054E

Color information

#35054E (or 0x35054E) is unknown color: approx Blackcurrant. HEX triplet: 35, 05 and 4E. RGB value is (53,5,78). Sum of RGB (Red+Green+Blue) = 53+5+78=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #35054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35054E is #CAFAB1. Grayscale: #1B1B1B. Windows color (decimal): -13302450 or 5113141. OLE color: 5113141.

HSL color Cylindrical-coordinate representation of color #35054E: hue angle of 279.45º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35054E is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB53578-
CMYK0.320.9400.69
HSL279.45º87.95%16.27%-
HSV(B)279.45º93.59%30.59%-
XYZ2.91.427.33-
YUV27.67156.4146.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 78 (30.86% from 255) = 57.35%
R=38.97%
G=3.68%
B=57.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal535780.320.9400.69279.4587.9516.27
Hex3554E205E0451175810
Octal65511640136010542713020
Binary1101011011001110100000101111001000101100010111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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