#381344

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

Shades of Blackcurrant #381344

Tints of Blackcurrant #381344

Color information

#381344 (or 0x381344) is unknown color: approx Blackcurrant. HEX triplet: 38, 13 and 44. RGB value is (56,19,68). Sum of RGB (Red+Green+Blue) = 56+19+68=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #381344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381344 is #C7ECBB. Grayscale: #232323. Windows color (decimal): -13102268 or 4461368. OLE color: 4461368.

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

Color convert

RGB561968-
CMYK0.180.7200.73
HSL285.31º56.32%17.06%-
HSV(B)285.31º72.06%26.67%-
XYZ2.911.725.65-
YUV35.65146.26142.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 68 (26.95% from 255) = 47.55%
R=39.16%
G=13.29%
B=47.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5619680.180.7200.73285.3156.3217.06
Hex381344124804911d3811
Octal70231042211001114357021
Binary1110001001110001001001010010000100100110001110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381344; }

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

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

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

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

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

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

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

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