Html Css Color HEX #370D3F Blackcurrant

📋 copy color: '#370D3F'

red 55 ◦ green 13 ◦ blue 63

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

Shades of Blackcurrant #370D3F

Tints of Blackcurrant #370D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 48.09%

R = 41.98%
G = 9.92%
B = 48.09%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370D3F (or 0x370D3F) is known color: Blackcurrant. HEX triplet: 37, 0D and 3F. RGB value is (55,13,63). Sum of RGB (Red+Green+Blue) = 55+13+63=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #370D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D3F is #C8F2C0. Grayscale: #1F1F1F. Windows color (decimal): -13169345 or 4132151. OLE color: 4132151.

HSL color Cylindrical-coordinate representation of color #370D3F: hue angle of 290.4º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #370D3F is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 13 63 -
CMYK 0.13 0.79 0 0.75
HSL 290.4º 0.66% 0.15% -
HSV(B) 290.4º 0.79% 0.25% -
XYZ 2.62 1.46 4.85 -
YUV 31.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 55 13 63 0.13 0.79 0 0.75 290.4 0.66 0.15
Hex 37 D 3F D 4F 0 4B 122 42 F
Octal 67 15 77 15 117 0 113 442 102 17
Binary 110111 1101 111111 1101 1001111 0 1001011 100100010 1000010 1111

Color Harmonies of #370D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D3F

Black with #370D3F

Text Example


Text Example

White with #370D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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