#37003D

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

Shades of Blackcurrant #37003D

Tints of Blackcurrant #37003D

Color information

#37003D (or 0x37003D) is unknown color: approx Blackcurrant. HEX triplet: 37, 00 and 3D. RGB value is (55,0,61). Sum of RGB (Red+Green+Blue) = 55+0+61=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #37003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37003D is #C8FFC2. Grayscale: #171717. Windows color (decimal): -13172675 or 3997751. OLE color: 3997751.

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

Color convert

RGB55061-
CMYK0.10100.76
HSL294.1º100%11.96%-
HSV(B)294.1º100%23.92%-
XYZ2.421.154.51-
YUV23.4149.22150.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=47.41%
G=0%
B=52.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal550610.10100.76294.110011.96
Hex3703DA6404C12664c
Octal6707512144011444614414
Binary1101110111101101011001000100110010010011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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