#37114F

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

Shades of Blackcurrant #37114F

Tints of Blackcurrant #37114F

Color information

#37114F (or 0x37114F) is unknown color: approx Blackcurrant. HEX triplet: 37, 11 and 4F. RGB value is (55,17,79). Sum of RGB (Red+Green+Blue) = 55+17+79=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #37114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37114F is #C8EEB0. Grayscale: #232323. Windows color (decimal): -13168305 or 5181751. OLE color: 5181751.

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

Color convert

RGB551779-
CMYK0.300.7800.69
HSL276.77º64.58%18.82%-
HSV(B)276.77º78.48%30.98%-
XYZ3.191.787.57-
YUV35.43152.59141.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.42%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=36.42%
G=11.26%
B=52.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5517790.300.7800.69276.7764.5818.82
Hex37114F1E4E0451154113
Octal672111736116010542510123
Binary11011110001100111111110100111001000101100010101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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