Html Css Color HEX #40034B Blackcurrant

📋 copy color: '#40034B'

red 64 ◦ green 3 ◦ blue 75

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

Shades of Blackcurrant #40034B

Tints of Blackcurrant #40034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

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

R = 45.07%
G = 2.11%
B = 52.82%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40034B (or 0x40034B) is known color: Blackcurrant. HEX triplet: 40, 03 and 4B. RGB value is (64,3,75). Sum of RGB (Red+Green+Blue) = 64+3+75=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #40034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40034B is #BFFCB4. Grayscale: #1D1D1D. Windows color (decimal): -12582069 or 4916032. OLE color: 4916032.

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

Color convert

RGB 64 3 75 -
CMYK 0.15 0.96 0 0.71
HSL 290.83º 0.92% 0.15% -
HSV(B) 290.83º 0.96% 0.29% -
XYZ 3.42 1.66 6.8 -
YUV 29.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 64 3 75 0.15 0.96 0 0.71 290.83 0.92 0.15
Hex 40 3 4B F 60 0 47 123 5C F
Octal 100 3 113 17 140 0 107 443 134 17
Binary 1000000 11 1001011 1111 1100000 0 1000111 100100011 1011100 1111

Color Harmonies of #40034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40034B

Black with #40034B

Text Example


Text Example

White with #40034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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