#381A4D

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

Shades of Blackcurrant #381A4D

Tints of Blackcurrant #381A4D

Color information

#381A4D (or 0x381A4D) is unknown color: approx Blackcurrant. HEX triplet: 38, 1A and 4D. RGB value is (56,26,77). Sum of RGB (Red+Green+Blue) = 56+26+77=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #381A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A4D is #C7E5B2. Grayscale: #282828. Windows color (decimal): -13100467 or 5052984. OLE color: 5052984.

HSL color Cylindrical-coordinate representation of color #381A4D: hue angle of 275.29º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381A4D is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB562677-
CMYK0.270.6600.70
HSL275.29º49.51%20.2%-
HSV(B)275.29º66.23%30.2%-
XYZ3.342.127.25-
YUV40.78148.44138.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=35.22%
G=16.35%
B=48.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5626770.270.6600.70275.2949.5120.2
Hex381A4D1B420461133214
Octal70321153310201064236224
Binary1110001101010011011101110000100100011010001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A4D; }

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

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

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

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

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

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

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

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