#3A094B

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

Shades of Blackcurrant #3A094B

Tints of Blackcurrant #3A094B

Color information

#3A094B (or 0x3A094B) is unknown color: approx Blackcurrant. HEX triplet: 3A, 09 and 4B. RGB value is (58,9,75). Sum of RGB (Red+Green+Blue) = 58+9+75=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A094B is #C5F6B4. Grayscale: #1E1E1E. Windows color (decimal): -12973749 or 4917562. OLE color: 4917562.

HSL color Cylindrical-coordinate representation of color #3A094B: hue angle of 284.55º 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 #3A094B is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB58975-
CMYK0.230.8800.71
HSL284.55º78.57%16.47%-
HSV(B)284.55º88%29.41%-
XYZ3.111.66.8-
YUV31.18152.73147.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.85%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=40.85%
G=6.34%
B=52.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal589750.230.8800.71284.5578.5716.47
Hex3A94B175804711d4f10
Octal721111327130010743511720
Binary1110101001100101110111101100001000111100011101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A094B; }

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

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

<style>
 a { background-color: #3A094B; }

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

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

<style>
 span { border-color: #3A094B; }

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

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