Html Css Color HEX #370E41 Blackcurrant

📋 copy color: '#370E41'

red 55 ◦ green 14 ◦ blue 65

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

Shades of Blackcurrant #370E41

Tints of Blackcurrant #370E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.45%

 BLUE value IS 65 (25.78% from 255) = 48.51%

R = 41.04%
G = 10.45%
B = 48.51%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370E41 (or 0x370E41) is known color: Blackcurrant. HEX triplet: 37, 0E and 41. RGB value is (55,14,65). Sum of RGB (Red+Green+Blue) = 55+14+65=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #370E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E41 is #C8F1BE. Grayscale: #1F1F1F. Windows color (decimal): -13169087 or 4263479. OLE color: 4263479.

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

Color convert

RGB 55 14 65 -
CMYK 0.15 0.78 0 0.75
HSL 288.24º 0.65% 0.15% -
HSV(B) 288.24º 0.78% 0.25% -
XYZ 2.69 1.51 5.15 -
YUV 32.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 55 14 65 0.15 0.78 0 0.75 288.24 0.65 0.15
Hex 37 E 41 F 4E 0 4B 120 41 F
Octal 67 16 101 17 116 0 113 440 101 17
Binary 110111 1110 1000001 1111 1001110 0 1001011 100100000 1000001 1111

Color Harmonies of #370E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E41

Black with #370E41

Text Example


Text Example

White with #370E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,14,65); }

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

background-color css

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

 a { background-color: rgb(55,14,65); }

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

border-color css

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

 span { border-color: rgb(55,14,65); }

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