#350B47

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

Shades of Blackcurrant #350B47

Tints of Blackcurrant #350B47

Color information

#350B47 (or 0x350B47) is unknown color: approx Blackcurrant. HEX triplet: 35, 0B and 47. RGB value is (53,11,71). Sum of RGB (Red+Green+Blue) = 53+11+71=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #350B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B47 is #CAF4B8. Grayscale: #1E1E1E. Windows color (decimal): -13300921 or 4655925. OLE color: 4655925.

HSL color Cylindrical-coordinate representation of color #350B47: hue angle of 282º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350B47 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB531171-
CMYK0.250.8500.72
HSL282º73.17%16.08%-
HSV(B)282º84.51%27.84%-
XYZ2.731.456.1-
YUV30.4150.91144.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 11 (4.69% from 255) = 8.15%
BLUE value IS 71 (28.12% from 255) = 52.59%
R=39.26%
G=8.15%
B=52.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5311710.250.8500.7228273.1716.08
Hex35B47195504811a4910
Octal651310731125011043211120
Binary1101011011100011111001101010101001000100011010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,11,71); }

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

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

 a { background-color: rgb(53,11,71); }

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

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

 span { border-color: rgb(53,11,71); }

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