Html Css Color HEX #40044B Blackcurrant

📋 copy color: '#40044B'

red 64 ◦ green 4 ◦ blue 75

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

Shades of Blackcurrant #40044B

Tints of Blackcurrant #40044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 44.76%
G = 2.8%
B = 52.45%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40044B (or 0x40044B) is known color: Blackcurrant. HEX triplet: 40, 04 and 4B. RGB value is (64,4,75). Sum of RGB (Red+Green+Blue) = 64+4+75=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #40044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40044B is #BFFBB4. Grayscale: #1D1D1D. Windows color (decimal): -12581813 or 4916288. OLE color: 4916288.

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

Color convert

RGB 64 4 75 -
CMYK 0.15 0.95 0 0.71
HSL 290.7º 0.9% 0.15% -
HSV(B) 290.7º 0.95% 0.29% -
XYZ 3.43 1.68 6.8 -
YUV 30.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 64 4 75 0.15 0.95 0 0.71 290.7 0.9 0.15
Hex 40 4 4B F 5F 0 47 123 5A F
Octal 100 4 113 17 137 0 107 443 132 17
Binary 1000000 100 1001011 1111 1011111 0 1000111 100100011 1011010 1111

Color Harmonies of #40044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40044B

Black with #40044B

Text Example


Text Example

White with #40044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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