Html Css Color HEX #401248 Blackcurrant

📋 copy color: '#401248'

red 64 ◦ green 18 ◦ blue 72

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

Shades of Blackcurrant #401248

Tints of Blackcurrant #401248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.69%

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

R = 41.56%
G = 11.69%
B = 46.75%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401248 (or 0x401248) is known color: Blackcurrant. HEX triplet: 40, 12 and 48. RGB value is (64,18,72). Sum of RGB (Red+Green+Blue) = 64+18+72=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #401248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401248 is #BFEDB7. Grayscale: #252525. Windows color (decimal): -12578232 or 4723264. OLE color: 4723264.

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

Color convert

RGB 64 18 72 -
CMYK 0.11 0.75 0 0.72
HSL 291.11º 0.6% 0.18% -
HSV(B) 291.11º 0.75% 0.28% -
XYZ 3.5 1.99 6.33 -
YUV 37.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 64 18 72 0.11 0.75 0 0.72 291.11 0.6 0.18
Hex 40 12 48 B 4B 0 48 123 3C 12
Octal 100 22 110 13 113 0 110 443 74 22
Binary 1000000 10010 1001000 1011 1001011 0 1001000 100100011 111100 10010

Color Harmonies of #401248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401248

Black with #401248

Text Example


Text Example

White with #401248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401248; }

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

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

background-color css

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

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

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

border-color css

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

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

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