Html Css Color HEX #37004F Blackcurrant

📋 copy color: '#37004F'

red 55 ◦ green 0 ◦ blue 79

#37004F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #37004F

Tints of Blackcurrant #37004F

RGB

 RED value IS 55 (21.88% from 255) = 41.04%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 58.96%

R = 41.04%
G = 0%
B = 58.96%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37004F (or 0x37004F) is known color: Blackcurrant. HEX triplet: 37, 00 and 4F. RGB value is (55,0,79). Sum of RGB (Red+Green+Blue) = 55+0+79=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #37004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37004F is #C8FFB0. Grayscale: #191919. Windows color (decimal): -13172657 or 5177399. OLE color: 5177399.

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

Color convert

RGB 55 0 79 -
CMYK 0.30 1 0 0.69
HSL 281.77º 1% 0.15% -
HSV(B) 281.77º 1% 0.31% -
XYZ 2.99 1.38 7.51 -
YUV 25.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 55 0 79 0.30 1 0 0.69 281.77 1 0.15
Hex 37 0 4F 1E 64 0 45 11A 64 F
Octal 67 0 117 36 144 0 105 432 144 17
Binary 110111 0 1001111 11110 1100100 0 1000101 100011010 1100100 1111

Color Harmonies of #37004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37004F

Black with #37004F

Text Example


Text Example

White with #37004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37004F;
 }
 .AnyTagClassName
 {
   color: #37004F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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