#350848

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

Shades of Blackcurrant #350848

Tints of Blackcurrant #350848

Color information

#350848 (or 0x350848) is unknown color: approx Blackcurrant. HEX triplet: 35, 08 and 48. RGB value is (53,8,72). Sum of RGB (Red+Green+Blue) = 53+8+72=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #350848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350848 is #CAF7B7. Grayscale: #1C1C1C. Windows color (decimal): -13301688 or 4720693. OLE color: 4720693.

HSL color Cylindrical-coordinate representation of color #350848: hue angle of 282.19º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350848 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB53872-
CMYK0.260.8900.72
HSL282.19º80%15.69%-
HSV(B)282.19º88.89%28.24%-
XYZ2.721.46.26-
YUV28.75152.41145.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=39.85%
G=6.02%
B=54.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal538720.260.8900.72282.198015.69
Hex358481A5904811a5010
Octal651011032131011043212020
Binary1101011000100100011010101100101001000100011010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350848; }

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

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

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

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

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

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

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

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