Html Css Color HEX #37054D Blackcurrant

📋 copy color: '#37054D'

red 55 ◦ green 5 ◦ blue 77

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

Shades of Blackcurrant #37054D

Tints of Blackcurrant #37054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

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

R = 40.15%
G = 3.65%
B = 56.2%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37054D (or 0x37054D) is known color: Blackcurrant. HEX triplet: 37, 05 and 4D. RGB value is (55,5,77). Sum of RGB (Red+Green+Blue) = 55+5+77=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #37054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37054D is #C8FAB2. Grayscale: #1B1B1B. Windows color (decimal): -13171379 or 5047607. OLE color: 5047607.

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

Color convert

RGB 55 5 77 -
CMYK 0.29 0.94 0 0.70
HSL 281.67º 0.88% 0.16% -
HSV(B) 281.67º 0.94% 0.3% -
XYZ 2.97 1.46 7.15 -
YUV 28.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 55 5 77 0.29 0.94 0 0.70 281.67 0.88 0.16
Hex 37 5 4D 1D 5E 0 46 11A 58 10
Octal 67 5 115 35 136 0 106 432 130 20
Binary 110111 101 1001101 11101 1011110 0 1000110 100011010 1011000 10000

Color Harmonies of #37054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37054D

Black with #37054D

Text Example


Text Example

White with #37054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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