#380A54

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

Shades of Blackcurrant #380A54

Tints of Blackcurrant #380A54

Color information

#380A54 (or 0x380A54) is unknown color: approx Blackcurrant. HEX triplet: 38, 0A and 54. RGB value is (56,10,84). Sum of RGB (Red+Green+Blue) = 56+10+84=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #380A54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380A54 is #C7F5AB. Grayscale: #1F1F1F. Windows color (decimal): -13104556 or 5507640. OLE color: 5507640.

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

Color convert

RGB561084-
CMYK0.330.8800.67
HSL277.3º78.72%18.43%-
HSV(B)277.3º88.1%32.94%-
XYZ3.341.78.54-
YUV32.19157.24144.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 10 (4.30% from 255) = 6.67%
BLUE value IS 84 (33.20% from 255) = 56%
R=37.33%
G=6.67%
B=56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5610840.330.8800.67277.378.7218.43
Hex38A5421580431154f12
Octal701212441130010342511722
Binary11100010101010100100001101100001000011100010101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380A54; }

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

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

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

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

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

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

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

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