#380748

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

Shades of Blackcurrant #380748

Tints of Blackcurrant #380748

Color information

#380748 (or 0x380748) is unknown color: approx Blackcurrant. HEX triplet: 38, 07 and 48. RGB value is (56,7,72). Sum of RGB (Red+Green+Blue) = 56+7+72=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #380748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380748 is #C7F8B7. Grayscale: #1C1C1C. Windows color (decimal): -13105336 or 4720440. OLE color: 4720440.

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

Color convert

RGB56772-
CMYK0.220.9000.72
HSL285.23º82.28%15.49%-
HSV(B)285.23º90.28%28.24%-
XYZ2.881.466.26-
YUV29.06152.23147.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=41.48%
G=5.19%
B=53.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal567720.220.9000.72285.2382.2815.49
Hex38748165A04811d52f
Octal70711026132011043512217
Binary11100011110010001011010110100100100010001110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380748; }

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

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

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

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

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

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

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

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