#380248

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

Shades of Blackcurrant #380248

Tints of Blackcurrant #380248

Color information

#380248 (or 0x380248) is unknown color: approx Blackcurrant. HEX triplet: 38, 02 and 48. RGB value is (56,2,72). Sum of RGB (Red+Green+Blue) = 56+2+72=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #380248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380248 is #C7FDB7. Grayscale: #191919. Windows color (decimal): -13106616 or 4719160. OLE color: 4719160.

HSL color Cylindrical-coordinate representation of color #380248: hue angle of 286.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380248 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB56272-
CMYK0.220.9700.72
HSL286.29º94.59%14.51%-
HSV(B)286.29º97.22%28.24%-
XYZ2.821.356.24-
YUV26.13153.89149.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=43.08%
G=1.54%
B=55.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal562720.220.9700.72286.2994.5914.51
Hex38248166104811e5ff
Octal70211026141011043613717
Binary1110001010010001011011000010100100010001111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380248; }

 p { color: rgb(56,2,72); }

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

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

 a { background-color: rgb(56,2,72); }

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

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

 span { border-color: rgb(56,2,72); }

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