#32094B

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

Shades of Blackcurrant #32094B

Tints of Blackcurrant #32094B

Color information

#32094B (or 0x32094B) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 4B. RGB value is (50,9,75). Sum of RGB (Red+Green+Blue) = 50+9+75=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #32094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32094B is #CDF6B4. Grayscale: #1C1C1C. Windows color (decimal): -13498037 or 4917554. OLE color: 4917554.

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

Color convert

RGB50975-
CMYK0.330.8800.71
HSL277.27º78.57%16.47%-
HSV(B)277.27º88%29.41%-
XYZ2.681.386.78-
YUV28.78154.08143.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=37.31%
G=6.72%
B=55.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal509750.330.8800.71277.2778.5716.47
Hex3294B21580471154f10
Octal621111341130010742511720
Binary11001010011001011100001101100001000111100010101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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