#35093C

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

Shades of Blackcurrant #35093C

Tints of Blackcurrant #35093C

Color information

#35093C (or 0x35093C) is unknown color: approx Blackcurrant. HEX triplet: 35, 09 and 3C. RGB value is (53,9,60). Sum of RGB (Red+Green+Blue) = 53+9+60=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #35093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35093C is #CAF6C3. Grayscale: #1B1B1B. Windows color (decimal): -13301444 or 3934517. OLE color: 3934517.

HSL color Cylindrical-coordinate representation of color #35093C: hue angle of 291.76º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35093C is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB53960-
CMYK0.120.8500.76
HSL291.76º73.91%13.53%-
HSV(B)291.76º85%23.53%-
XYZ2.381.284.4-
YUV27.97146.08145.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 60 (23.83% from 255) = 49.18%
R=43.44%
G=7.38%
B=49.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal539600.120.8500.76291.7673.9113.53
Hex3593CC5504C1244ae
Octal65117414125011444411216
Binary1101011001111100110010101010100110010010010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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