#380157

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

Shades of Blackcurrant #380157

Tints of Blackcurrant #380157

Color information

#380157 (or 0x380157) is unknown color: approx Blackcurrant. HEX triplet: 38, 01 and 57. RGB value is (56,1,87). Sum of RGB (Red+Green+Blue) = 56+1+87=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #380157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380157 is #C7FEA8. Grayscale: #1A1A1A. Windows color (decimal): -13106857 or 5701944. OLE color: 5701944.

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

Color convert

RGB56187-
CMYK0.360.9900.66
HSL278.37º97.73%17.25%-
HSV(B)278.37º98.85%34.12%-
XYZ3.361.559.14-
YUV27.25161.72148.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 87 (34.38% from 255) = 60.42%
R=38.89%
G=0.69%
B=60.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal561870.360.9900.66278.3797.7317.25
Hex3815724630421166211
Octal70112744143010242614221
Binary11100011010111100100110001101000010100010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380157; }

 p { color: rgb(56,1,87); }

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

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

 a { background-color: rgb(56,1,87); }

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

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

 span { border-color: rgb(56,1,87); }

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