#380E46

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

Shades of Blackcurrant #380E46

Tints of Blackcurrant #380E46

Color information

#380E46 (or 0x380E46) is unknown color: approx Blackcurrant. HEX triplet: 38, 0E and 46. RGB value is (56,14,70). Sum of RGB (Red+Green+Blue) = 56+14+70=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #380E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E46 is #C7F1B9. Grayscale: #202020. Windows color (decimal): -13103546 or 4591160. OLE color: 4591160.

HSL color Cylindrical-coordinate representation of color #380E46: hue angle of 285º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380E46 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB561470-
CMYK0.200.8000.73
HSL285º66.67%16.47%-
HSV(B)285º80%27.45%-
XYZ2.891.65.95-
YUV32.94148.91144.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 14 (5.86% from 255) = 10%
BLUE value IS 70 (27.73% from 255) = 50%
R=40%
G=10%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5614700.200.8000.7328566.6716.47
Hex38E46145004911d4310
Octal701610624120011143510320
Binary1110001110100011010100101000001001001100011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,14,70); }

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

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

 a { background-color: rgb(56,14,70); }

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

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

 span { border-color: rgb(56,14,70); }

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