Html Css Color HEX #37004D Blackcurrant

📋 copy color: '#37004D'

red 55 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #37004D

Tints of Blackcurrant #37004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 58.33%

R = 41.67%
G = 0%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37004D (or 0x37004D) is known color: Blackcurrant. HEX triplet: 37, 00 and 4D. RGB value is (55,0,77). Sum of RGB (Red+Green+Blue) = 55+0+77=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #37004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37004D is #C8FFB2. Grayscale: #181818. Windows color (decimal): -13172659 or 5046327. OLE color: 5046327.

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

Color convert

RGB 55 0 77 -
CMYK 0.29 1 0 0.70
HSL 282.86º 1% 0.15% -
HSV(B) 282.86º 1% 0.3% -
XYZ 2.92 1.35 7.13 -
YUV 25.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 55 0 77 0.29 1 0 0.70 282.86 1 0.15
Hex 37 0 4D 1D 64 0 46 11B 64 F
Octal 67 0 115 35 144 0 106 433 144 17
Binary 110111 0 1001101 11101 1100100 0 1000110 100011011 1100100 1111

Color Harmonies of #37004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37004D

Black with #37004D

Text Example


Text Example

White with #37004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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