Html Css Color HEX #37074A Blackcurrant

📋 copy color: '#37074A'

red 55 ◦ green 7 ◦ blue 74

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

Shades of Blackcurrant #37074A

Tints of Blackcurrant #37074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.15%

 BLUE value IS 74 (29.3% from 255) = 54.41%

R = 40.44%
G = 5.15%
B = 54.41%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37074A (or 0x37074A) is known color: Blackcurrant. HEX triplet: 37, 07 and 4A. RGB value is (55,7,74). Sum of RGB (Red+Green+Blue) = 55+7+74=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #37074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37074A is #C8F8B5. Grayscale: #1C1C1C. Windows color (decimal): -13170870 or 4851511. OLE color: 4851511.

HSL color Cylindrical-coordinate representation of color #37074A: hue angle of 282.99º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37074A is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 7 74 -
CMYK 0.26 0.91 0 0.71
HSL 282.99º 0.83% 0.16% -
HSV(B) 282.99º 0.91% 0.29% -
XYZ 2.89 1.46 6.61 -
YUV 28.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 55 7 74 0.26 0.91 0 0.71 282.99 0.83 0.16
Hex 37 7 4A 1A 5B 0 47 11B 53 10
Octal 67 7 112 32 133 0 107 433 123 20
Binary 110111 111 1001010 11010 1011011 0 1000111 100011011 1010011 10000

Color Harmonies of #37074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37074A

Black with #37074A

Text Example


Text Example

White with #37074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37074A; }

 p { color: rgb(55,7,74); }

 H1.HeaderClassName
 {
   color: #37074A;
 }
 .AnyTagClassName
 {
   color: #37074A;
 }
</style>

background-color css

<style>
 a { background-color: #37074A; }

 a { background-color: rgb(55,7,74); }

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

border-color css

<style>
 span { border-color: #37074A; }

 span { border-color: rgb(55,7,74); }

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