#35094C

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

Shades of Blackcurrant #35094C

Tints of Blackcurrant #35094C

Color information

#35094C (or 0x35094C) is unknown color: approx Blackcurrant. HEX triplet: 35, 09 and 4C. RGB value is (53,9,76). Sum of RGB (Red+Green+Blue) = 53+9+76=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #35094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35094C is #CAF6B3. Grayscale: #1D1D1D. Windows color (decimal): -13301428 or 4983093. OLE color: 4983093.

HSL color Cylindrical-coordinate representation of color #35094C: hue angle of 279.4º 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 #35094C is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB53976-
CMYK0.300.8800.70
HSL279.4º78.82%16.67%-
HSV(B)279.4º88.16%29.8%-
XYZ2.871.476.97-
YUV29.79154.08144.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 76 (30.08% from 255) = 55.07%
R=38.41%
G=6.52%
B=55.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal539760.300.8800.70279.478.8216.67
Hex3594C1E580461174f11
Octal651111436130010642711721
Binary1101011001100110011110101100001000110100010111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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