Html Css Color HEX #400848 Blackcurrant

📋 copy color: '#400848'

red 64 ◦ green 8 ◦ blue 72

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

Shades of Blackcurrant #400848

Tints of Blackcurrant #400848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 50%

R = 44.44%
G = 5.56%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#400848 (or 0x400848) is known color: Blackcurrant. HEX triplet: 40, 08 and 48. RGB value is (64,8,72). Sum of RGB (Red+Green+Blue) = 64+8+72=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #400848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400848 is #BFF7B7. Grayscale: #1F1F1F. Windows color (decimal): -12580792 or 4720704. OLE color: 4720704.

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

Color convert

RGB 64 8 72 -
CMYK 0.11 0.89 0 0.72
HSL 292.5º 0.8% 0.16% -
HSV(B) 292.5º 0.89% 0.28% -
XYZ 3.37 1.73 6.29 -
YUV 32.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 64 8 72 0.11 0.89 0 0.72 292.5 0.8 0.16
Hex 40 8 48 B 59 0 48 124 50 10
Octal 100 10 110 13 131 0 110 444 120 20
Binary 1000000 1000 1001000 1011 1011001 0 1001000 100100100 1010000 10000

Color Harmonies of #400848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400848

Black with #400848

Text Example


Text Example

White with #400848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400848; }

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

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

background-color css

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

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

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

border-color css

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

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

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