#380B4D

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

Shades of Blackcurrant #380B4D

Tints of Blackcurrant #380B4D

Color information

#380B4D (or 0x380B4D) is unknown color: approx Blackcurrant. HEX triplet: 38, 0B and 4D. RGB value is (56,11,77). Sum of RGB (Red+Green+Blue) = 56+11+77=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #380B4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380B4D is #C7F4B2. Grayscale: #1F1F1F. Windows color (decimal): -13104307 or 5049144. OLE color: 5049144.

HSL color Cylindrical-coordinate representation of color #380B4D: hue angle of 280.91º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380B4D is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB561177-
CMYK0.270.8600.70
HSL280.91º75%17.25%-
HSV(B)280.91º85.71%30.2%-
XYZ3.091.627.17-
YUV31.98153.41145.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=38.89%
G=7.64%
B=53.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5611770.270.8600.70280.917517.25
Hex38B4D1B560461194b11
Octal701311533126010643111321
Binary1110001011100110111011101011001000110100011001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,11,77); }

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

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

 a { background-color: rgb(56,11,77); }

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

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

 span { border-color: rgb(56,11,77); }

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