#381E45

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

Shades of Blackcurrant #381E45

Tints of Blackcurrant #381E45

Color information

#381E45 (or 0x381E45) is unknown color: approx Blackcurrant. HEX triplet: 38, 1E and 45. RGB value is (56,30,69). Sum of RGB (Red+Green+Blue) = 56+30+69=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #381E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E45 is #C7E1BA. Grayscale: #2A2A2A. Windows color (decimal): -13099451 or 4529720. OLE color: 4529720.

HSL color Cylindrical-coordinate representation of color #381E45: hue angle of 280º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381E45 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB563069-
CMYK0.190.5700.73
HSL280º39.39%19.41%-
HSV(B)280º56.52%27.06%-
XYZ3.172.25.89-
YUV42.22143.11137.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 69 (27.34% from 255) = 44.52%
R=36.13%
G=19.35%
B=44.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5630690.190.5700.7328039.3919.41
Hex381E4513390491182713
Octal7036105237101114304723
Binary111000111101000101100111110010100100110001100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,30,69); }

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

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

 a { background-color: rgb(56,30,69); }

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

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

 span { border-color: rgb(56,30,69); }

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