#381545

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

Shades of Blackcurrant #381545

Tints of Blackcurrant #381545

Color information

#381545 (or 0x381545) is unknown color: approx Blackcurrant. HEX triplet: 38, 15 and 45. RGB value is (56,21,69). Sum of RGB (Red+Green+Blue) = 56+21+69=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #381545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381545 is #C7EABA. Grayscale: #242424. Windows color (decimal): -13101755 or 4527416. OLE color: 4527416.

HSL color Cylindrical-coordinate representation of color #381545: hue angle of 283.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381545 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB562169-
CMYK0.190.7000.73
HSL283.75º53.33%17.65%-
HSV(B)283.75º69.57%27.06%-
XYZ2.971.815.82-
YUV36.94146.1141.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=38.36%
G=14.38%
B=47.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5621690.190.7000.73283.7553.3317.65
Hex381545134604911c3512
Octal70251052310601114346522
Binary1110001010110001011001110001100100100110001110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381545; }

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

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

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

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

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

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

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

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