#380552

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

Shades of Blackcurrant #380552

Tints of Blackcurrant #380552

Color information

#380552 (or 0x380552) is unknown color: approx Blackcurrant. HEX triplet: 38, 05 and 52. RGB value is (56,5,82). Sum of RGB (Red+Green+Blue) = 56+5+82=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 82 (32.42% from 255 or 57.34% from 143); Max value from RGB is 82 - color contains mainly: blue. Hex color #380552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380552 is #C7FAAD. Grayscale: #1C1C1C. Windows color (decimal): -13105838 or 5375288. OLE color: 5375288.

HSL color Cylindrical-coordinate representation of color #380552: hue angle of 279.74º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380552 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB56582-
CMYK0.320.9400.68
HSL279.74º88.51%17.06%-
HSV(B)279.74º93.9%32.16%-
XYZ3.211.568.11-
YUV29.03157.9147.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 82 (32.42% from 255) = 57.34%
R=39.16%
G=3.50%
B=57.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal565820.320.9400.68279.7488.5117.06
Hex38552205E0441185911
Octal70512240136010443013121
Binary1110001011010010100000101111001000100100011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380552; }

 p { color: rgb(56,5,82); }

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

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

 a { background-color: rgb(56,5,82); }

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

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

 span { border-color: rgb(56,5,82); }

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