#350949

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

Shades of Blackcurrant #350949

Tints of Blackcurrant #350949

Color information

#350949 (or 0x350949) is unknown color: approx Blackcurrant. HEX triplet: 35, 09 and 49. RGB value is (53,9,73). Sum of RGB (Red+Green+Blue) = 53+9+73=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #350949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350949 is #CAF6B6. Grayscale: #1D1D1D. Windows color (decimal): -13301431 or 4786485. OLE color: 4786485.

HSL color Cylindrical-coordinate representation of color #350949: hue angle of 281.25º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350949 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53973-
CMYK0.270.8800.71
HSL281.25º78.05%16.08%-
HSV(B)281.25º87.67%28.63%-
XYZ2.771.436.43-
YUV29.45152.58144.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 73 (28.91% from 255) = 54.07%
R=39.26%
G=6.67%
B=54.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal539730.270.8800.71281.2578.0516.08
Hex359491B580471194e10
Octal651111133130010743111620
Binary1101011001100100111011101100001000111100011001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350949; }

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

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

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

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

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

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

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

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