#381943

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

Shades of Blackcurrant #381943

Tints of Blackcurrant #381943

Color information

#381943 (or 0x381943) is unknown color: approx Blackcurrant. HEX triplet: 38, 19 and 43. RGB value is (56,25,67). Sum of RGB (Red+Green+Blue) = 56+25+67=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #381943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381943 is #C7E6BC. Grayscale: #262626. Windows color (decimal): -13100733 or 4397368. OLE color: 4397368.

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

Color convert

RGB562567-
CMYK0.160.6300.74
HSL284.29º45.65%18.04%-
HSV(B)284.29º62.69%26.27%-
XYZ2.991.945.53-
YUV39.06143.77140.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 67 (26.56% from 255) = 45.27%
R=37.84%
G=16.89%
B=45.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5625670.160.6300.74284.2945.6518.04
Hex381943103F04A11c2e12
Octal7031103207701124345622
Binary111000110011000011100001111110100101010001110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381943; }

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

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

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

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

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

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

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

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