Html Css Color HEX #40084B Blackcurrant

📋 copy color: '#40084B'

red 64 ◦ green 8 ◦ blue 75

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

Shades of Blackcurrant #40084B

Tints of Blackcurrant #40084B

RGB

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

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

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

R = 43.54%
G = 5.44%
B = 51.02%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40084B (or 0x40084B) is known color: Blackcurrant. HEX triplet: 40, 08 and 4B. RGB value is (64,8,75). Sum of RGB (Red+Green+Blue) = 64+8+75=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #40084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40084B is #BFF7B4. Grayscale: #202020. Windows color (decimal): -12580789 or 4917312. OLE color: 4917312.

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

Color convert

RGB 64 8 75 -
CMYK 0.15 0.89 0 0.71
HSL 290.15º 0.81% 0.16% -
HSV(B) 290.15º 0.89% 0.29% -
XYZ 3.47 1.77 6.82 -
YUV 32.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 64 8 75 0.15 0.89 0 0.71 290.15 0.81 0.16
Hex 40 8 4B F 59 0 47 122 51 10
Octal 100 10 113 17 131 0 107 442 121 20
Binary 1000000 1000 1001011 1111 1011001 0 1000111 100100010 1010001 10000

Color Harmonies of #40084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40084B

Black with #40084B

Text Example


Text Example

White with #40084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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