#381054

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

Shades of Blackcurrant #381054

Tints of Blackcurrant #381054

Color information

#381054 (or 0x381054) is unknown color: approx Blackcurrant. HEX triplet: 38, 10 and 54. RGB value is (56,16,84). Sum of RGB (Red+Green+Blue) = 56+16+84=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #381054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381054 is #C7EFAB. Grayscale: #232323. Windows color (decimal): -13103020 or 5509176. OLE color: 5509176.

HSL color Cylindrical-coordinate representation of color #381054: hue angle of 275.29º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381054 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB561684-
CMYK0.330.8100.67
HSL275.29º68%19.61%-
HSV(B)275.29º80.95%32.94%-
XYZ3.421.858.56-
YUV35.71155.25142.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 84 (33.20% from 255) = 53.85%
R=35.90%
G=10.26%
B=53.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5616840.330.8100.67275.296819.61
Hex38105421510431134414
Octal702012441121010342310424
Binary111000100001010100100001101000101000011100010011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381054; }

 p { color: rgb(56,16,84); }

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

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

 a { background-color: rgb(56,16,84); }

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

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

 span { border-color: rgb(56,16,84); }

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