#381250

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

Shades of Blackcurrant #381250

Tints of Blackcurrant #381250

Color information

#381250 (or 0x381250) is unknown color: approx Blackcurrant. HEX triplet: 38, 12 and 50. RGB value is (56,18,80). Sum of RGB (Red+Green+Blue) = 56+18+80=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #381250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381250 is #C7EDAF. Grayscale: #242424. Windows color (decimal): -13102512 or 5247544. OLE color: 5247544.

HSL color Cylindrical-coordinate representation of color #381250: hue angle of 276.77º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381250 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB561880-
CMYK0.300.7800.69
HSL276.77º63.27%19.22%-
HSV(B)276.77º77.5%31.37%-
XYZ3.31.857.77-
YUV36.43152.59141.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=36.36%
G=11.69%
B=51.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5618800.300.7800.69276.7763.2719.22
Hex3812501E4E0451153f13
Octal70221203611601054257723
Binary1110001001010100001111010011100100010110001010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381250; }

 p { color: rgb(56,18,80); }

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

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

 a { background-color: rgb(56,18,80); }

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

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

 span { border-color: rgb(56,18,80); }

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