Html Css Color HEX #370750 Blackcurrant

📋 copy color: '#370750'

red 55 ◦ green 7 ◦ blue 80

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

Shades of Blackcurrant #370750

Tints of Blackcurrant #370750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 56.34%

R = 38.73%
G = 4.93%
B = 56.34%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#370750 (or 0x370750) is known color: Blackcurrant. HEX triplet: 37, 07 and 50. RGB value is (55,7,80). Sum of RGB (Red+Green+Blue) = 55+7+80=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #370750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370750 is #C8F8AF. Grayscale: #1D1D1D. Windows color (decimal): -13170864 or 5244727. OLE color: 5244727.

HSL color Cylindrical-coordinate representation of color #370750: hue angle of 279.45º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370750 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 7 80 -
CMYK 0.31 0.91 0 0.69
HSL 279.45º 0.84% 0.17% -
HSV(B) 279.45º 0.91% 0.31% -
XYZ 3.1 1.54 7.72 -
YUV 29.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 55 7 80 0.31 0.91 0 0.69 279.45 0.84 0.17
Hex 37 7 50 1F 5B 0 45 117 54 11
Octal 67 7 120 37 133 0 105 427 124 21
Binary 110111 111 1010000 11111 1011011 0 1000101 100010111 1010100 10001

Color Harmonies of #370750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370750

Black with #370750

Text Example


Text Example

White with #370750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370750; }

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

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

background-color css

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

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

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

border-color css

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

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

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