Html Css Color HEX #37064D Blackcurrant

📋 copy color: '#37064D'

red 55 ◦ green 6 ◦ blue 77

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

Shades of Blackcurrant #37064D

Tints of Blackcurrant #37064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

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

R = 39.86%
G = 4.35%
B = 55.8%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37064D (or 0x37064D) is known color: Blackcurrant. HEX triplet: 37, 06 and 4D. RGB value is (55,6,77). Sum of RGB (Red+Green+Blue) = 55+6+77=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #37064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37064D is #C8F9B2. Grayscale: #1C1C1C. Windows color (decimal): -13171123 or 5047863. OLE color: 5047863.

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

Color convert

RGB 55 6 77 -
CMYK 0.29 0.92 0 0.70
HSL 281.41º 0.86% 0.16% -
HSV(B) 281.41º 0.92% 0.3% -
XYZ 2.98 1.48 7.15 -
YUV 28.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 55 6 77 0.29 0.92 0 0.70 281.41 0.86 0.16
Hex 37 6 4D 1D 5C 0 46 119 56 10
Octal 67 6 115 35 134 0 106 431 126 20
Binary 110111 110 1001101 11101 1011100 0 1000110 100011001 1010110 10000

Color Harmonies of #37064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37064D

Black with #37064D

Text Example


Text Example

White with #37064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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