#380D47

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

Shades of Blackcurrant #380D47

Tints of Blackcurrant #380D47

Color information

#380D47 (or 0x380D47) is unknown color: approx Blackcurrant. HEX triplet: 38, 0D and 47. RGB value is (56,13,71). Sum of RGB (Red+Green+Blue) = 56+13+71=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #380D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D47 is #C7F2B8. Grayscale: #202020. Windows color (decimal): -13103801 or 4656440. OLE color: 4656440.

HSL color Cylindrical-coordinate representation of color #380D47: hue angle of 284.48º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380D47 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB561371-
CMYK0.210.8200.72
HSL284.48º69.05%16.47%-
HSV(B)284.48º81.69%27.84%-
XYZ2.911.586.11-
YUV32.47149.75144.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 13 (5.47% from 255) = 9.29%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=40%
G=9.29%
B=50.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5613710.210.8200.72284.4869.0516.47
Hex38D47155204811c4510
Octal701510725122011043410520
Binary1110001101100011110101101001001001000100011100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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