Html Css Color HEX #370D50 Blackcurrant

📋 copy color: '#370D50'

red 55 ◦ green 13 ◦ blue 80

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

Shades of Blackcurrant #370D50

Tints of Blackcurrant #370D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.78%

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

R = 37.16%
G = 8.78%
B = 54.05%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#370D50 (or 0x370D50) is known color: Blackcurrant. HEX triplet: 37, 0D and 50. RGB value is (55,13,80). Sum of RGB (Red+Green+Blue) = 55+13+80=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #370D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D50 is #C8F2AF. Grayscale: #202020. Windows color (decimal): -13169328 or 5246263. OLE color: 5246263.

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

Color convert

RGB 55 13 80 -
CMYK 0.31 0.84 0 0.69
HSL 277.61º 0.72% 0.18% -
HSV(B) 277.61º 0.84% 0.31% -
XYZ 3.17 1.68 7.75 -
YUV 33.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 55 13 80 0.31 0.84 0 0.69 277.61 0.72 0.18
Hex 37 D 50 1F 54 0 45 116 48 12
Octal 67 15 120 37 124 0 105 426 110 22
Binary 110111 1101 1010000 11111 1010100 0 1000101 100010110 1001000 10010

Color Harmonies of #370D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D50

Black with #370D50

Text Example


Text Example

White with #370D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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