Html Css Color HEX #400953 Blackcurrant

📋 copy color: '#400953'

red 64 ◦ green 9 ◦ blue 83

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

Shades of Blackcurrant #400953

Tints of Blackcurrant #400953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

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

R = 41.03%
G = 5.77%
B = 53.21%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400953 (or 0x400953) is known color: Blackcurrant. HEX triplet: 40, 09 and 53. RGB value is (64,9,83). Sum of RGB (Red+Green+Blue) = 64+9+83=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #400953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400953 is #BFF6AC. Grayscale: #212121. Windows color (decimal): -12580525 or 5441856. OLE color: 5441856.

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

Color convert

RGB 64 9 83 -
CMYK 0.23 0.89 0 0.67
HSL 284.59º 0.8% 0.18% -
HSV(B) 284.59º 0.89% 0.33% -
XYZ 3.77 1.91 8.35 -
YUV 33.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 64 9 83 0.23 0.89 0 0.67 284.59 0.8 0.18
Hex 40 9 53 17 59 0 43 11D 50 12
Octal 100 11 123 27 131 0 103 435 120 22
Binary 1000000 1001 1010011 10111 1011001 0 1000011 100011101 1010000 10010

Color Harmonies of #400953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400953

Black with #400953

Text Example


Text Example

White with #400953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400953; }

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

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

background-color css

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

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

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

border-color css

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

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

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