Html Css Color HEX #40114B Blackcurrant

📋 copy color: '#40114B'

red 64 ◦ green 17 ◦ blue 75

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

Shades of Blackcurrant #40114B

Tints of Blackcurrant #40114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

 BLUE value IS 75 (29.69% from 255) = 48.08%

R = 41.03%
G = 10.9%
B = 48.08%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40114B (or 0x40114B) is known color: Blackcurrant. HEX triplet: 40, 11 and 4B. RGB value is (64,17,75). Sum of RGB (Red+Green+Blue) = 64+17+75=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #40114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40114B is #BFEEB4. Grayscale: #252525. Windows color (decimal): -12578485 or 4919616. OLE color: 4919616.

HSL color Cylindrical-coordinate representation of color #40114B: hue angle of 288.62º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40114B is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 17 75 -
CMYK 0.15 0.77 0 0.71
HSL 288.62º 0.63% 0.18% -
HSV(B) 288.62º 0.77% 0.29% -
XYZ 3.58 2 6.85 -
YUV 37.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 64 17 75 0.15 0.77 0 0.71 288.62 0.63 0.18
Hex 40 11 4B F 4D 0 47 121 3F 12
Octal 100 21 113 17 115 0 107 441 77 22
Binary 1000000 10001 1001011 1111 1001101 0 1000111 100100001 111111 10010

Color Harmonies of #40114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40114B

Black with #40114B

Text Example


Text Example

White with #40114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40114B; }

 p { color: rgb(64,17,75); }

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

background-color css

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

 a { background-color: rgb(64,17,75); }

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

border-color css

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

 span { border-color: rgb(64,17,75); }

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