#400348

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

Shades of Blackcurrant #400348

Tints of Blackcurrant #400348

Color information

#400348 (or 0x400348) is unknown color: approx Blackcurrant. HEX triplet: 40, 03 and 48. RGB value is (64,3,72). Sum of RGB (Red+Green+Blue) = 64+3+72=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #400348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400348 is #BFFCB7. Grayscale: #1C1C1C. Windows color (decimal): -12582072 or 4719424. OLE color: 4719424.

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

Color convert

RGB64372-
CMYK0.110.9600.72
HSL293.04º92%14.71%-
HSV(B)293.04º95.83%28.24%-
XYZ3.321.626.27-
YUV29.1152.21152.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=46.04%
G=2.16%
B=51.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal643720.110.9600.72293.049214.71
Hex40348B600481255cf
Octal100311013140011044513417
Binary1000000111001000101111000000100100010010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400348; }

 p { color: rgb(64,3,72); }

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

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

 a { background-color: rgb(64,3,72); }

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

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

 span { border-color: rgb(64,3,72); }

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