#380154

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

Shades of Blackcurrant #380154

Tints of Blackcurrant #380154

Color information

#380154 (or 0x380154) is unknown color: approx Blackcurrant. HEX triplet: 38, 01 and 54. RGB value is (56,1,84). Sum of RGB (Red+Green+Blue) = 56+1+84=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #380154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380154 is #C7FEAB. Grayscale: #1A1A1A. Windows color (decimal): -13106860 or 5505336. OLE color: 5505336.

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

Color convert

RGB56184-
CMYK0.330.9900.67
HSL279.76º97.65%16.67%-
HSV(B)279.76º98.81%32.94%-
XYZ3.241.58.51-
YUV26.91160.22148.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 84 (33.20% from 255) = 59.57%
R=39.72%
G=0.71%
B=59.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal561840.330.9900.67279.7697.6516.67
Hex3815421630431186211
Octal70112441143010343014221
Binary11100011010100100001110001101000011100011000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380154; }

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

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

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

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

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

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

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

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