#42044B

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

Shades of Blackcurrant #42044B

Tints of Blackcurrant #42044B

Color information

#42044B (or 0x42044B) is unknown color: approx Blackcurrant. HEX triplet: 42, 04 and 4B. RGB value is (66,4,75). Sum of RGB (Red+Green+Blue) = 66+4+75=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 4 (1.95% from 255 or 2.76% 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 #42044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42044B is #BDFBB4. Grayscale: #1E1E1E. Windows color (decimal): -12450741 or 4916290. OLE color: 4916290.

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

Color convert

RGB66475-
CMYK0.120.9500.71
HSL292.39º89.87%15.49%-
HSV(B)292.39º94.67%29.41%-
XYZ3.561.756.81-
YUV30.63153.04153.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 75 (29.69% from 255) = 51.72%
R=45.52%
G=2.76%
B=51.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal664750.120.9500.71292.3989.8715.49
Hex4244BC5F0471245af
Octal102411314137010744413217
Binary10000101001001011110010111110100011110010010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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