#380256

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

Shades of Blackcurrant #380256

Tints of Blackcurrant #380256

Color information

#380256 (or 0x380256) is unknown color: approx Blackcurrant. HEX triplet: 38, 02 and 56. RGB value is (56,2,86). Sum of RGB (Red+Green+Blue) = 56+2+86=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #380256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380256 is #C7FDA9. Grayscale: #1B1B1B. Windows color (decimal): -13106602 or 5636664. OLE color: 5636664.

HSL color Cylindrical-coordinate representation of color #380256: hue angle of 278.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380256 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB56286-
CMYK0.350.9800.66
HSL278.57º95.45%17.25%-
HSV(B)278.57º97.67%33.73%-
XYZ3.331.568.93-
YUV27.72160.89148.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 86 (33.98% from 255) = 59.72%
R=38.89%
G=1.39%
B=59.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal562860.350.9800.66278.5795.4517.25
Hex3825623620421175f11
Octal70212643142010242713721
Binary111000101010110100011110001001000010100010111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380256; }

 p { color: rgb(56,2,86); }

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

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

 a { background-color: rgb(56,2,86); }

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

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

 span { border-color: rgb(56,2,86); }

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