#37213D

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

Shades of Blackcurrant #37213D

Tints of Blackcurrant #37213D

Color information

#37213D (or 0x37213D) is unknown color: approx Blackcurrant. HEX triplet: 37, 21 and 3D. RGB value is (55,33,61). Sum of RGB (Red+Green+Blue) = 55+33+61=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #37213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37213D is #C8DEC2. Grayscale: #2A2A2A. Windows color (decimal): -13164227 or 4006199. OLE color: 4006199.

HSL color Cylindrical-coordinate representation of color #37213D: hue angle of 287.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37213D is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB553361-
CMYK0.100.4600.76
HSL287.14º29.79%18.43%-
HSV(B)287.14º45.9%23.92%-
XYZ2.962.244.69-
YUV42.77138.29136.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.91%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=36.91%
G=22.15%
B=40.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5533610.100.4600.76287.1429.7918.43
Hex37213DA2E04C11f1e12
Octal674175125601144373622
Binary1101111000011111011010101110010011001000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37213D; }

 p { color: rgb(55,33,61); }

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

<style>
 a { background-color: #37213D; }

 a { background-color: rgb(55,33,61); }

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

<style>
 span { border-color: #37213D; }

 span { border-color: rgb(55,33,61); }

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