#42094B

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

Shades of Blackcurrant #42094B

Tints of Blackcurrant #42094B

Color information

#42094B (or 0x42094B) is unknown color: approx Blackcurrant. HEX triplet: 42, 09 and 4B. RGB value is (66,9,75). Sum of RGB (Red+Green+Blue) = 66+9+75=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #42094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42094B is #BDF6B4. Grayscale: #212121. Windows color (decimal): -12449461 or 4917570. OLE color: 4917570.

HSL color Cylindrical-coordinate representation of color #42094B: hue angle of 291.82º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42094B is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB66975-
CMYK0.120.8800.71
HSL291.82º78.57%16.47%-
HSV(B)291.82º88%29.41%-
XYZ3.611.866.83-
YUV33.57151.38151.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 75 (29.69% from 255) = 50%
R=44%
G=6%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal669750.120.8800.71291.8278.5716.47
Hex4294BC580471244f10
Octal1021111314130010744411720
Binary1000010100110010111100101100001000111100100100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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