#350340

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

Shades of Blackcurrant #350340

Tints of Blackcurrant #350340

Color information

#350340 (or 0x350340) is unknown color: approx Blackcurrant. HEX triplet: 35, 03 and 40. RGB value is (53,3,64). Sum of RGB (Red+Green+Blue) = 53+3+64=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #350340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350340 is #CAFCBF. Grayscale: #181818. Windows color (decimal): -13302976 or 4195125. OLE color: 4195125.

HSL color Cylindrical-coordinate representation of color #350340: hue angle of 289.18º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350340 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB53364-
CMYK0.170.9500.75
HSL289.18º91.04%13.14%-
HSV(B)289.18º95.31%25.1%-
XYZ2.431.194.95-
YUV24.9150.06148.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=44.17%
G=2.5%
B=53.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal533640.170.9500.75289.1891.0413.14
Hex35340115F04B1215bd
Octal65310021137011344113315
Binary1101011110000001000110111110100101110010000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350340; }

 p { color: rgb(53,3,64); }

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

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

 a { background-color: rgb(53,3,64); }

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

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

 span { border-color: rgb(53,3,64); }

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