Html Css Color HEX #44024B Blackcurrant

📋 copy color: '#44024B'

red 68 ◦ green 2 ◦ blue 75

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

Shades of Blackcurrant #44024B

Tints of Blackcurrant #44024B

RGB

 RED value IS 68 (26.95% from 255) = 46.9%

 GREEN value IS 2 (1.17% from 255) = 1.38%

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

R = 46.9%
G = 1.38%
B = 51.72%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44024B (or 0x44024B) is known color: Blackcurrant. HEX triplet: 44, 02 and 4B. RGB value is (68,2,75). Sum of RGB (Red+Green+Blue) = 68+2+75=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #44024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44024B is #BBFDB4. Grayscale: #1D1D1D. Windows color (decimal): -12320181 or 4915780. OLE color: 4915780.

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

Color convert

RGB 68 2 75 -
CMYK 0.09 0.97 0 0.71
HSL 294.25º 0.95% 0.15% -
HSV(B) 294.25º 0.97% 0.29% -
XYZ 3.68 1.78 6.81 -
YUV 30.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 68 2 75 0.09 0.97 0 0.71 294.25 0.95 0.15
Hex 44 2 4B 9 61 0 47 126 5F F
Octal 104 2 113 11 141 0 107 446 137 17
Binary 1000100 10 1001011 1001 1100001 0 1000111 100100110 1011111 1111

Color Harmonies of #44024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44024B

Black with #44024B

Text Example


Text Example

White with #44024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,2,75); }

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

background-color css

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

 a { background-color: rgb(68,2,75); }

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

border-color css

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

 span { border-color: rgb(68,2,75); }

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