#381145

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

Shades of Blackcurrant #381145

Tints of Blackcurrant #381145

Color information

#381145 (or 0x381145) is unknown color: approx Blackcurrant. HEX triplet: 38, 11 and 45. RGB value is (56,17,69). Sum of RGB (Red+Green+Blue) = 56+17+69=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #381145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381145 is #C7EEBA. Grayscale: #222222. Windows color (decimal): -13102779 or 4526392. OLE color: 4526392.

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

Color convert

RGB561769-
CMYK0.190.7500.73
HSL285º60.47%16.86%-
HSV(B)285º75.36%27.06%-
XYZ2.911.675.8-
YUV34.59147.42143.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 69 (27.34% from 255) = 48.59%
R=39.44%
G=11.97%
B=48.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5617690.190.7500.7328560.4716.86
Hex381145134B04911d3c11
Octal70211052311301114357421
Binary1110001000110001011001110010110100100110001110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381145; }

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

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

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

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

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

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

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

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