#350151

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

Shades of Blackcurrant #350151

Tints of Blackcurrant #350151

Color information

#350151 (or 0x350151) is unknown color: approx Blackcurrant. HEX triplet: 35, 01 and 51. RGB value is (53,1,81). Sum of RGB (Red+Green+Blue) = 53+1+81=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #350151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350151 is #CAFEAE. Grayscale: #191919. Windows color (decimal): -13303471 or 5308725. OLE color: 5308725.

HSL color Cylindrical-coordinate representation of color #350151: hue angle of 279º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350151 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB53181-
CMYK0.350.9900.68
HSL279º97.56%16.08%-
HSV(B)279º98.77%31.76%-
XYZ2.961.377.89-
YUV25.67159.23147.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 81 (32.03% from 255) = 60%
R=39.26%
G=0.74%
B=60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal531810.350.9900.6827997.5616.08
Hex3515123630441176210
Octal65112143143010442714220
Binary11010111010001100011110001101000100100010111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350151; }

 p { color: rgb(53,1,81); }

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

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

 a { background-color: rgb(53,1,81); }

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

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

 span { border-color: rgb(53,1,81); }

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