#380754

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

Shades of Blackcurrant #380754

Tints of Blackcurrant #380754

Color information

#380754 (or 0x380754) is unknown color: approx Blackcurrant. HEX triplet: 38, 07 and 54. RGB value is (56,7,84). Sum of RGB (Red+Green+Blue) = 56+7+84=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #380754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380754 is #C7F8AB. Grayscale: #1E1E1E. Windows color (decimal): -13105324 or 5506872. OLE color: 5506872.

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

Color convert

RGB56784-
CMYK0.330.9200.67
HSL278.18º84.62%17.84%-
HSV(B)278.18º91.67%32.94%-
XYZ3.311.638.53-
YUV30.43158.23146.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 84 (33.20% from 255) = 57.14%
R=38.10%
G=4.76%
B=57.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal567840.330.9200.67278.1884.6217.84
Hex38754215C0431165512
Octal70712441134010342612522
Binary1110001111010100100001101110001000011100010110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380754; }

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

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

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

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

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

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

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

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