#35094D

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

Shades of Blackcurrant #35094D

Tints of Blackcurrant #35094D

Color information

#35094D (or 0x35094D) is unknown color: approx Blackcurrant. HEX triplet: 35, 09 and 4D. RGB value is (53,9,77). Sum of RGB (Red+Green+Blue) = 53+9+77=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #35094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35094D is #CAF6B2. Grayscale: #1D1D1D. Windows color (decimal): -13301427 or 5048629. OLE color: 5048629.

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

Color convert

RGB53977-
CMYK0.310.8800.70
HSL278.82º79.07%16.86%-
HSV(B)278.82º88.31%30.2%-
XYZ2.911.497.16-
YUV29.91154.58144.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 77 (30.47% from 255) = 55.40%
R=38.13%
G=6.47%
B=55.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal539770.310.8800.70278.8279.0716.86
Hex3594D1F580461174f11
Octal651111537130010642711721
Binary1101011001100110111111101100001000110100010111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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