#350F4D

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

Shades of Blackcurrant #350F4D

Tints of Blackcurrant #350F4D

Color information

#350F4D (or 0x350F4D) is unknown color: approx Blackcurrant. HEX triplet: 35, 0F and 4D. RGB value is (53,15,77). Sum of RGB (Red+Green+Blue) = 53+15+77=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #350F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350F4D is #CAF0B2. Grayscale: #212121. Windows color (decimal): -13299891 or 5050165. OLE color: 5050165.

HSL color Cylindrical-coordinate representation of color #350F4D: hue angle of 276.77º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350F4D is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB531577-
CMYK0.310.8100.70
HSL276.77º67.39%18.04%-
HSV(B)276.77º80.52%30.2%-
XYZ2.981.637.18-
YUV33.43152.59141.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=36.55%
G=10.34%
B=53.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5315770.310.8100.70276.7767.3918.04
Hex35F4D1F510461154312
Octal651711537121010642510322
Binary1101011111100110111111101000101000110100010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350F4D; }

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

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

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

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

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

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

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

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