#381241

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

Shades of Blackcurrant #381241

Tints of Blackcurrant #381241

Color information

#381241 (or 0x381241) is unknown color: approx Blackcurrant. HEX triplet: 38, 12 and 41. RGB value is (56,18,65). Sum of RGB (Red+Green+Blue) = 56+18+65=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #381241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381241 is #C7EDBE. Grayscale: #222222. Windows color (decimal): -13102527 or 4264504. OLE color: 4264504.

HSL color Cylindrical-coordinate representation of color #381241: hue angle of 288.51º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381241 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB561865-
CMYK0.140.7200.75
HSL288.51º56.63%16.27%-
HSV(B)288.51º72.31%25.49%-
XYZ2.81.665.17-
YUV34.72145.09143.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=40.29%
G=12.95%
B=46.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5618650.140.7200.75288.5156.6316.27
Hex381241E4804B1213910
Octal70221011611001134417120
Binary111000100101000001111010010000100101110010000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381241; }

 p { color: rgb(56,18,65); }

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

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

 a { background-color: rgb(56,18,65); }

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

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

 span { border-color: rgb(56,18,65); }

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