Html Css Color HEX #40134B Blackcurrant

📋 copy color: '#40134B'

red 64 ◦ green 19 ◦ blue 75

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

Shades of Blackcurrant #40134B

Tints of Blackcurrant #40134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

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

R = 40.51%
G = 12.03%
B = 47.47%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40134B (or 0x40134B) is known color: Blackcurrant. HEX triplet: 40, 13 and 4B. RGB value is (64,19,75). Sum of RGB (Red+Green+Blue) = 64+19+75=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #40134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40134B is #BFECB4. Grayscale: #262626. Windows color (decimal): -12577973 or 4920128. OLE color: 4920128.

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

Color convert

RGB 64 19 75 -
CMYK 0.15 0.75 0 0.71
HSL 288.21º 0.6% 0.18% -
HSV(B) 288.21º 0.75% 0.29% -
XYZ 3.62 2.06 6.86 -
YUV 38.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 64 19 75 0.15 0.75 0 0.71 288.21 0.6 0.18
Hex 40 13 4B F 4B 0 47 120 3C 12
Octal 100 23 113 17 113 0 107 440 74 22
Binary 1000000 10011 1001011 1111 1001011 0 1000111 100100000 111100 10010

Color Harmonies of #40134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40134B

Black with #40134B

Text Example


Text Example

White with #40134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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