#381944

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

Shades of Blackcurrant #381944

Tints of Blackcurrant #381944

Color information

#381944 (or 0x381944) is unknown color: approx Blackcurrant. HEX triplet: 38, 19 and 44. RGB value is (56,25,68). Sum of RGB (Red+Green+Blue) = 56+25+68=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #381944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381944 is #C7E6BB. Grayscale: #272727. Windows color (decimal): -13100732 or 4462904. OLE color: 4462904.

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

Color convert

RGB562568-
CMYK0.180.6300.73
HSL283.26º46.24%18.24%-
HSV(B)283.26º63.24%26.67%-
XYZ3.021.955.69-
YUV39.17144.27140-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 25 (10.16% from 255) = 16.78%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=37.58%
G=16.78%
B=45.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5625680.180.6300.73283.2646.2418.24
Hex381944123F04911b2e12
Octal7031104227701114335622
Binary111000110011000100100101111110100100110001101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381944; }

 p { color: rgb(56,25,68); }

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

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

 a { background-color: rgb(56,25,68); }

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

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

 span { border-color: rgb(56,25,68); }

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