Html Css Color HEX #400358 Blackcurrant

📋 copy color: '#400358'

red 64 ◦ green 3 ◦ blue 88

#400358
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #400358

Tints of Blackcurrant #400358

RGB

 RED value IS 64 (25.39% from 255) = 41.29%

 GREEN value IS 3 (1.56% from 255) = 1.94%

 BLUE value IS 88 (34.77% from 255) = 56.77%

R = 41.29%
G = 1.94%
B = 56.77%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400358 (or 0x400358) is known color: Blackcurrant. HEX triplet: 40, 03 and 58. RGB value is (64,3,88). Sum of RGB (Red+Green+Blue) = 64+3+88=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #400358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400358 is #BFFCA7. Grayscale: #1E1E1E. Windows color (decimal): -12582056 or 5768000. OLE color: 5768000.

HSL color Cylindrical-coordinate representation of color #400358: hue angle of 283.06º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400358 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 3 88 -
CMYK 0.27 0.97 0 0.65
HSL 283.06º 0.93% 0.18% -
HSV(B) 283.06º 0.97% 0.35% -
XYZ 3.91 1.86 9.39 -
YUV 30.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 64 3 88 0.27 0.97 0 0.65 283.06 0.93 0.18
Hex 40 3 58 1B 61 0 41 11B 5D 12
Octal 100 3 130 33 141 0 101 433 135 22
Binary 1000000 11 1011000 11011 1100001 0 1000001 100011011 1011101 10010

Color Harmonies of #400358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400358

Black with #400358

Text Example


Text Example

White with #400358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400358; }

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

 H1.HeaderClassName
 {
   color: #400358;
 }
 .AnyTagClassName
 {
   color: #400358;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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