#380951

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

Shades of Blackcurrant #380951

Tints of Blackcurrant #380951

Color information

#380951 (or 0x380951) is unknown color: approx Blackcurrant. HEX triplet: 38, 09 and 51. RGB value is (56,9,81). Sum of RGB (Red+Green+Blue) = 56+9+81=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #380951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380951 is #C7F6AE. Grayscale: #1F1F1F. Windows color (decimal): -13104815 or 5310776. OLE color: 5310776.

HSL color Cylindrical-coordinate representation of color #380951: hue angle of 279.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380951 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB56981-
CMYK0.310.8900.68
HSL279.17º80%17.65%-
HSV(B)279.17º88.89%31.76%-
XYZ3.211.637.93-
YUV31.26156.07145.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 81 (32.03% from 255) = 55.48%
R=38.36%
G=6.16%
B=55.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal569810.310.8900.68279.178017.65
Hex389511F590441175012
Octal701112137131010442712022
Binary1110001001101000111111101100101000100100010111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380951; }

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

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

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

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

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

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

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

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