#381651

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

Shades of Blackcurrant #381651

Tints of Blackcurrant #381651

Color information

#381651 (or 0x381651) is unknown color: approx Blackcurrant. HEX triplet: 38, 16 and 51. RGB value is (56,22,81). Sum of RGB (Red+Green+Blue) = 56+22+81=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #381651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381651 is #C7E9AE. Grayscale: #262626. Windows color (decimal): -13101487 or 5314104. OLE color: 5314104.

HSL color Cylindrical-coordinate representation of color #381651: hue angle of 274.58º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381651 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB562281-
CMYK0.310.7300.68
HSL274.58º57.28%20.2%-
HSV(B)274.58º72.84%31.76%-
XYZ3.42.017.99-
YUV38.89151.76140.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=35.22%
G=13.84%
B=50.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5622810.310.7300.68274.5857.2820.2
Hex3816511F490441133914
Octal70261213711101044237124
Binary1110001011010100011111110010010100010010001001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381651; }

 p { color: rgb(56,22,81); }

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

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

 a { background-color: rgb(56,22,81); }

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

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

 span { border-color: rgb(56,22,81); }

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