#350B48

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

Shades of Blackcurrant #350B48

Tints of Blackcurrant #350B48

Color information

#350B48 (or 0x350B48) is unknown color: approx Blackcurrant. HEX triplet: 35, 0B and 48. RGB value is (53,11,72). Sum of RGB (Red+Green+Blue) = 53+11+72=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #350B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B48 is #CAF4B7. Grayscale: #1E1E1E. Windows color (decimal): -13300920 or 4721461. OLE color: 4721461.

HSL color Cylindrical-coordinate representation of color #350B48: hue angle of 281.31º 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 #350B48 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB531172-
CMYK0.260.8500.72
HSL281.31º73.49%16.27%-
HSV(B)281.31º84.72%28.24%-
XYZ2.761.466.27-
YUV30.51151.41144.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=38.97%
G=8.09%
B=52.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5311720.260.8500.72281.3173.4916.27
Hex35B481A550481194910
Octal651311032125011043111120
Binary1101011011100100011010101010101001000100011001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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