#381053

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

Shades of Blackcurrant #381053

Tints of Blackcurrant #381053

Color information

#381053 (or 0x381053) is unknown color: approx Blackcurrant. HEX triplet: 38, 10 and 53. RGB value is (56,16,83). Sum of RGB (Red+Green+Blue) = 56+16+83=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #381053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381053 is #C7EFAC. Grayscale: #232323. Windows color (decimal): -13103021 or 5443640. OLE color: 5443640.

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

Color convert

RGB561683-
CMYK0.330.8100.67
HSL275.82º67.68%19.41%-
HSV(B)275.82º80.72%32.55%-
XYZ3.381.848.36-
YUV35.6154.75142.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=36.13%
G=10.32%
B=53.55%

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
Decimal5616830.330.8100.67275.8267.6819.41
Hex38105321510431144413
Octal702012341121010342410423
Binary111000100001010011100001101000101000011100010100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381053; }

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

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

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

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

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

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

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

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