#35094E

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

Shades of Blackcurrant #35094E

Tints of Blackcurrant #35094E

Color information

#35094E (or 0x35094E) is unknown color: approx Blackcurrant. HEX triplet: 35, 09 and 4E. RGB value is (53,9,78). Sum of RGB (Red+Green+Blue) = 53+9+78=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #35094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35094E is #CAF6B1. Grayscale: #1D1D1D. Windows color (decimal): -13301426 or 5114165. OLE color: 5114165.

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

Color convert

RGB53978-
CMYK0.320.8800.69
HSL278.26º79.31%17.06%-
HSV(B)278.26º88.46%30.59%-
XYZ2.941.57.34-
YUV30.02155.08144.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 78 (30.86% from 255) = 55.71%
R=37.86%
G=6.43%
B=55.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal539780.320.8800.69278.2679.3117.06
Hex3594E20580451164f11
Octal651111640130010542611721
Binary11010110011001110100000101100001000101100010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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