#380F50

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

Shades of Blackcurrant #380F50

Tints of Blackcurrant #380F50

Color information

#380F50 (or 0x380F50) is unknown color: approx Blackcurrant. HEX triplet: 38, 0F and 50. RGB value is (56,15,80). Sum of RGB (Red+Green+Blue) = 56+15+80=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #380F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F50 is #C7F0AF. Grayscale: #222222. Windows color (decimal): -13103280 or 5246776. OLE color: 5246776.

HSL color Cylindrical-coordinate representation of color #380F50: hue angle of 277.85º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #380F50 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB561580-
CMYK0.300.8100.69
HSL277.85º68.42%18.63%-
HSV(B)277.85º81.25%31.37%-
XYZ3.251.767.76-
YUV34.67153.58143.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=37.09%
G=9.93%
B=52.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5615800.300.8100.69277.8568.4218.63
Hex38F501E510451164413
Octal701712036121010542610423
Binary1110001111101000011110101000101000101100010110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,15,80); }

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

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

 a { background-color: rgb(56,15,80); }

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

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

 span { border-color: rgb(56,15,80); }

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