Html Css Color HEX #370D4D Blackcurrant

📋 copy color: '#370D4D'

red 55 ◦ green 13 ◦ blue 77

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

Shades of Blackcurrant #370D4D

Tints of Blackcurrant #370D4D

RGB

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

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

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

R = 37.93%
G = 8.97%
B = 53.1%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#370D4D (or 0x370D4D) is known color: Blackcurrant. HEX triplet: 37, 0D and 4D. RGB value is (55,13,77). Sum of RGB (Red+Green+Blue) = 55+13+77=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #370D4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D4D is #C8F2B2. Grayscale: #202020. Windows color (decimal): -13169331 or 5049655. OLE color: 5049655.

HSL color Cylindrical-coordinate representation of color #370D4D: hue angle of 279.38º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #370D4D is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 13 77 -
CMYK 0.29 0.83 0 0.70
HSL 279.38º 0.71% 0.18% -
HSV(B) 279.38º 0.83% 0.3% -
XYZ 3.06 1.64 7.18 -
YUV 32.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 55 13 77 0.29 0.83 0 0.70 279.38 0.71 0.18
Hex 37 D 4D 1D 53 0 46 117 47 12
Octal 67 15 115 35 123 0 106 427 107 22
Binary 110111 1101 1001101 11101 1010011 0 1000110 100010111 1000111 10010

Color Harmonies of #370D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D4D

Black with #370D4D

Text Example


Text Example

White with #370D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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