#381948

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

Shades of Blackcurrant #381948

Tints of Blackcurrant #381948

Color information

#381948 (or 0x381948) is unknown color: approx Blackcurrant. HEX triplet: 38, 19 and 48. RGB value is (56,25,72). Sum of RGB (Red+Green+Blue) = 56+25+72=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #381948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381948 is #C7E6B7. Grayscale: #272727. Windows color (decimal): -13100728 or 4725048. OLE color: 4725048.

HSL color Cylindrical-coordinate representation of color #381948: hue angle of 279.57º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #381948 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB562572-
CMYK0.220.6500.72
HSL279.57º48.45%19.02%-
HSV(B)279.57º65.28%28.24%-
XYZ3.1526.35-
YUV39.63146.27139.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=36.60%
G=16.34%
B=47.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5625720.220.6500.72279.5748.4519.02
Hex38194816410481183013
Octal70311102610101104306023
Binary1110001100110010001011010000010100100010001100011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381948; }

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

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

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

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

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

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

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

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