#380D50

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

Shades of Blackcurrant #380D50

Tints of Blackcurrant #380D50

Color information

#380D50 (or 0x380D50) is unknown color: approx Blackcurrant. HEX triplet: 38, 0D and 50. RGB value is (56,13,80). Sum of RGB (Red+Green+Blue) = 56+13+80=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #380D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D50 is #C7F2AF. Grayscale: #212121. Windows color (decimal): -13103792 or 5246264. OLE color: 5246264.

HSL color Cylindrical-coordinate representation of color #380D50: hue angle of 278.51º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380D50 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB561380-
CMYK0.300.8400.69
HSL278.51º72.04%18.24%-
HSV(B)278.51º83.75%31.37%-
XYZ3.221.717.75-
YUV33.5154.25144.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 13 (5.47% from 255) = 8.72%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=37.58%
G=8.72%
B=53.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5613800.300.8400.69278.5172.0418.24
Hex38D501E540451174812
Octal701512036124010542711022
Binary1110001101101000011110101010001000101100010111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380D50; }

 p { color: rgb(56,13,80); }

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

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

 a { background-color: rgb(56,13,80); }

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

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

 span { border-color: rgb(56,13,80); }

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