#380044

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

Shades of Blackcurrant #380044

Tints of Blackcurrant #380044

Color information

#380044 (or 0x380044) is unknown color: approx Blackcurrant. HEX triplet: 38, 00 and 44. RGB value is (56,0,68). Sum of RGB (Red+Green+Blue) = 56+0+68=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #380044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380044 is #C7FFBB. Grayscale: #181818. Windows color (decimal): -13107132 or 4456504. OLE color: 4456504.

HSL color Cylindrical-coordinate representation of color #380044: hue angle of 289.41º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380044 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB56068-
CMYK0.18100.73
HSL289.41º100%13.33%-
HSV(B)289.41º100%26.67%-
XYZ2.671.265.57-
YUV24.5152.55150.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 54.84%
R=45.16%
G=0%
B=54.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal560680.18100.73289.4110013.33
Hex38044126404912164d
Octal70010422144011144114415
Binary111000010001001001011001000100100110010000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380044; }

 p { color: rgb(56,0,68); }

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

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

 a { background-color: rgb(56,0,68); }

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

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

 span { border-color: rgb(56,0,68); }

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