#44034B

Color #44034B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #44034B

Tints of Blackcurrant #44034B

Color information

#44034B (or 0x44034B) is unknown color: approx Blackcurrant. HEX triplet: 44, 03 and 4B. RGB value is (68,3,75). Sum of RGB (Red+Green+Blue) = 68+3+75=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #44034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44034B is #BBFCB4. Grayscale: #1E1E1E. Windows color (decimal): -12319925 or 4916036. OLE color: 4916036.

HSL color Cylindrical-coordinate representation of color #44034B: hue angle of 294.17º 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 #44034B is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB68375-
CMYK0.090.9600.71
HSL294.17º92.31%15.29%-
HSV(B)294.17º96%29.41%-
XYZ3.691.86.81-
YUV30.64153.03154.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=46.58%
G=2.05%
B=51.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal683750.090.9600.71294.1792.3115.29
Hex4434B9600471265cf
Octal104311311140010744613417
Binary1000100111001011100111000000100011110010011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44034B;
 }
 .AnyTagClassName
 {
   color: #44034B;
 }
</style>
background-color css

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

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

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

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

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

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