Html Css Color HEX #370B50 Blackcurrant

📋 copy color: '#370B50'

red 55 ◦ green 11 ◦ blue 80

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

Shades of Blackcurrant #370B50

Tints of Blackcurrant #370B50

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.53%

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

R = 37.67%
G = 7.53%
B = 54.79%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#370B50 (or 0x370B50) is known color: Blackcurrant. HEX triplet: 37, 0B and 50. RGB value is (55,11,80). Sum of RGB (Red+Green+Blue) = 55+11+80=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #370B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B50 is #C8F4AF. Grayscale: #1F1F1F. Windows color (decimal): -13169840 or 5245751. OLE color: 5245751.

HSL color Cylindrical-coordinate representation of color #370B50: hue angle of 278.26º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370B50 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 11 80 -
CMYK 0.31 0.86 0 0.69
HSL 278.26º 0.76% 0.18% -
HSV(B) 278.26º 0.86% 0.31% -
XYZ 3.14 1.63 7.74 -
YUV 32.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 55 11 80 0.31 0.86 0 0.69 278.26 0.76 0.18
Hex 37 B 50 1F 56 0 45 116 4C 12
Octal 67 13 120 37 126 0 105 426 114 22
Binary 110111 1011 1010000 11111 1010110 0 1000101 100010110 1001100 10010

Color Harmonies of #370B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B50

Black with #370B50

Text Example


Text Example

White with #370B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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