#350843

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

Shades of Blackcurrant #350843

Tints of Blackcurrant #350843

Color information

#350843 (or 0x350843) is unknown color: approx Blackcurrant. HEX triplet: 35, 08 and 43. RGB value is (53,8,67). Sum of RGB (Red+Green+Blue) = 53+8+67=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #350843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350843 is #CAF7BC. Grayscale: #1B1B1B. Windows color (decimal): -13301693 or 4393013. OLE color: 4393013.

HSL color Cylindrical-coordinate representation of color #350843: hue angle of 285.76º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350843 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB53867-
CMYK0.210.8800.74
HSL285.76º78.67%14.71%-
HSV(B)285.76º88.06%26.27%-
XYZ2.571.345.43-
YUV28.18149.91145.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 67 (26.56% from 255) = 52.34%
R=41.41%
G=6.25%
B=52.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal538670.210.8800.74285.7678.6714.71
Hex35843155804A11e4ff
Octal651010325130011243611717
Binary110101100010000111010110110000100101010001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350843; }

 p { color: rgb(53,8,67); }

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

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

 a { background-color: rgb(53,8,67); }

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

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

 span { border-color: rgb(53,8,67); }

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