#380455

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

Shades of Blackcurrant #380455

Tints of Blackcurrant #380455

Color information

#380455 (or 0x380455) is unknown color: approx Blackcurrant. HEX triplet: 38, 04 and 55. RGB value is (56,4,85). Sum of RGB (Red+Green+Blue) = 56+4+85=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #380455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380455 is #C7FBAA. Grayscale: #1C1C1C. Windows color (decimal): -13106091 or 5571640. OLE color: 5571640.

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

Color convert

RGB56485-
CMYK0.340.9500.67
HSL278.52º91.01%17.45%-
HSV(B)278.52º95.29%33.33%-
XYZ3.311.588.73-
YUV28.78159.73147.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 85 (33.59% from 255) = 58.62%
R=38.62%
G=2.76%
B=58.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal564850.340.9500.67278.5291.0117.45
Hex38455225F0431175b11
Octal70412542137010342713321
Binary1110001001010101100010101111101000011100010111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380455; }

 p { color: rgb(56,4,85); }

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

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

 a { background-color: rgb(56,4,85); }

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

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

 span { border-color: rgb(56,4,85); }

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