#381449

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

Shades of Blackcurrant #381449

Tints of Blackcurrant #381449

Color information

#381449 (or 0x381449) is unknown color: approx Blackcurrant. HEX triplet: 38, 14 and 49. RGB value is (56,20,73). Sum of RGB (Red+Green+Blue) = 56+20+73=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #381449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381449 is #C7EBB6. Grayscale: #242424. Windows color (decimal): -13102007 or 4789304. OLE color: 4789304.

HSL color Cylindrical-coordinate representation of color #381449: hue angle of 280.75º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381449 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB562073-
CMYK0.230.7300.71
HSL280.75º56.99%18.24%-
HSV(B)280.75º72.6%28.63%-
XYZ3.081.826.49-
YUV36.81148.43141.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 73 (28.91% from 255) = 48.99%
R=37.58%
G=13.42%
B=48.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5620730.230.7300.71280.7556.9918.24
Hex38144917490471193912
Octal70241112711101074317122
Binary1110001010010010011011110010010100011110001100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381449; }

 p { color: rgb(56,20,73); }

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

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

 a { background-color: rgb(56,20,73); }

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

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

 span { border-color: rgb(56,20,73); }

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