#380955

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

Shades of Blackcurrant #380955

Tints of Blackcurrant #380955

Color information

#380955 (or 0x380955) is unknown color: approx Blackcurrant. HEX triplet: 38, 09 and 55. RGB value is (56,9,85). Sum of RGB (Red+Green+Blue) = 56+9+85=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #380955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380955 is #C7F6AA. Grayscale: #1F1F1F. Windows color (decimal): -13104811 or 5572920. OLE color: 5572920.

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

Color convert

RGB56985-
CMYK0.340.8900.67
HSL277.11º80.85%18.43%-
HSV(B)277.11º89.41%33.33%-
XYZ3.371.698.74-
YUV31.72158.07145.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 85 (33.59% from 255) = 56.67%
R=37.33%
G=6%
B=56.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal569850.340.8900.67277.1180.8518.43
Hex3895522590431155112
Octal701112542131010342512122
Binary11100010011010101100010101100101000011100010101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380955; }

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

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

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

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

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

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

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

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