#380548

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

Shades of Blackcurrant #380548

Tints of Blackcurrant #380548

Color information

#380548 (or 0x380548) is unknown color: approx Blackcurrant. HEX triplet: 38, 05 and 48. RGB value is (56,5,72). Sum of RGB (Red+Green+Blue) = 56+5+72=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 5 (2.34% from 255 or 3.76% 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 #380548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380548 is #C7FAB7. Grayscale: #1B1B1B. Windows color (decimal): -13105848 or 4719928. OLE color: 4719928.

HSL color Cylindrical-coordinate representation of color #380548: hue angle of 285.67º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380548 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB56572-
CMYK0.220.9300.72
HSL285.67º87.01%15.1%-
HSV(B)285.67º93.06%28.24%-
XYZ2.851.426.25-
YUV27.89152.9148.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=42.11%
G=3.76%
B=54.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal565720.220.9300.72285.6787.0115.1
Hex38548165D04811e57f
Octal70511026135011043612717
Binary11100010110010001011010111010100100010001111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380548; }

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

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

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

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

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

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

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

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