#37164F

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

Shades of Blackcurrant #37164F

Tints of Blackcurrant #37164F

Color information

#37164F (or 0x37164F) is unknown color: approx Blackcurrant. HEX triplet: 37, 16 and 4F. RGB value is (55,22,79). Sum of RGB (Red+Green+Blue) = 55+22+79=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #37164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37164F is #C8E9B0. Grayscale: #262626. Windows color (decimal): -13167025 or 5183031. OLE color: 5183031.

HSL color Cylindrical-coordinate representation of color #37164F: hue angle of 274.74º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37164F is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB552279-
CMYK0.300.7200.69
HSL274.74º56.44%19.8%-
HSV(B)274.74º72.15%30.98%-
XYZ3.271.957.6-
YUV38.36150.93139.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 79 (31.25% from 255) = 50.64%
R=35.26%
G=14.10%
B=50.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5522790.300.7200.69274.7456.4419.8
Hex37164F1E480451133814
Octal67261173611001054237024
Binary1101111011010011111111010010000100010110001001111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37164F; }

 p { color: rgb(55,22,79); }

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

<style>
 a { background-color: #37164F; }

 a { background-color: rgb(55,22,79); }

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

<style>
 span { border-color: #37164F; }

 span { border-color: rgb(55,22,79); }

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