#381846

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

Shades of Blackcurrant #381846

Tints of Blackcurrant #381846

Color information

#381846 (or 0x381846) is unknown color: approx Blackcurrant. HEX triplet: 38, 18 and 46. RGB value is (56,24,70). Sum of RGB (Red+Green+Blue) = 56+24+70=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #381846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381846 is #C7E7B9. Grayscale: #262626. Windows color (decimal): -13100986 or 4593720. OLE color: 4593720.

HSL color Cylindrical-coordinate representation of color #381846: hue angle of 281.74º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381846 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB562470-
CMYK0.200.6600.73
HSL281.74º48.94%18.43%-
HSV(B)281.74º65.71%27.45%-
XYZ3.061.946.01-
YUV38.81145.6140.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=37.33%
G=16%
B=46.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5624700.200.6600.73281.7448.9418.43
Hex381846144204911a3112
Octal70301062410201114326122
Binary1110001100010001101010010000100100100110001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381846; }

 p { color: rgb(56,24,70); }

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

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

 a { background-color: rgb(56,24,70); }

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

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

 span { border-color: rgb(56,24,70); }

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