Html Css Color HEX #400357 Blackcurrant

📋 copy color: '#400357'

red 64 ◦ green 3 ◦ blue 87

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

Shades of Blackcurrant #400357

Tints of Blackcurrant #400357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 56.49%

R = 41.56%
G = 1.95%
B = 56.49%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#400357 (or 0x400357) is known color: Blackcurrant. HEX triplet: 40, 03 and 57. RGB value is (64,3,87). Sum of RGB (Red+Green+Blue) = 64+3+87=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #400357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400357 is #BFFCA8. Grayscale: #1E1E1E. Windows color (decimal): -12582057 or 5702464. OLE color: 5702464.

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

Color convert

RGB 64 3 87 -
CMYK 0.26 0.97 0 0.66
HSL 283.57º 0.93% 0.18% -
HSV(B) 283.57º 0.97% 0.34% -
XYZ 3.87 1.84 9.17 -
YUV 30.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 64 3 87 0.26 0.97 0 0.66 283.57 0.93 0.18
Hex 40 3 57 1A 61 0 42 11C 5D 12
Octal 100 3 127 32 141 0 102 434 135 22
Binary 1000000 11 1010111 11010 1100001 0 1000010 100011100 1011101 10010

Color Harmonies of #400357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400357

Black with #400357

Text Example


Text Example

White with #400357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400357; }

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

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

background-color css

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

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

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

border-color css

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

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

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