Html Css Color HEX #400853 Blackcurrant

📋 copy color: '#400853'

red 64 ◦ green 8 ◦ blue 83

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

Shades of Blackcurrant #400853

Tints of Blackcurrant #400853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 41.29%
G = 5.16%
B = 53.55%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400853 (or 0x400853) is known color: Blackcurrant. HEX triplet: 40, 08 and 53. RGB value is (64,8,83). Sum of RGB (Red+Green+Blue) = 64+8+83=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #400853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400853 is #BFF7AC. Grayscale: #212121. Windows color (decimal): -12580781 or 5441600. OLE color: 5441600.

HSL color Cylindrical-coordinate representation of color #400853: hue angle of 284.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400853 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 8 83 -
CMYK 0.23 0.90 0 0.67
HSL 284.8º 0.82% 0.18% -
HSV(B) 284.8º 0.9% 0.33% -
XYZ 3.76 1.89 8.35 -
YUV 33.29 156.05 149.9 -
System Red Green Blue C M Y K H S L
Decimal 64 8 83 0.23 0.90 0 0.67 284.8 0.82 0.18
Hex 40 8 53 17 5A 0 43 11D 52 12
Octal 100 10 123 27 132 0 103 435 122 22
Binary 1000000 1000 1010011 10111 1011010 0 1000011 100011101 1010010 10010

Color Harmonies of #400853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400853

Black with #400853

Text Example


Text Example

White with #400853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400853; }

 p { color: rgb(64,8,83); }

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

background-color css

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

 a { background-color: rgb(64,8,83); }

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

border-color css

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

 span { border-color: rgb(64,8,83); }

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