Html Css Color HEX #371A3E Blackcurrant

📋 copy color: '#371A3E'

red 55 ◦ green 26 ◦ blue 62

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

Shades of Blackcurrant #371A3E

Tints of Blackcurrant #371A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.18%

 BLUE value IS 62 (24.61% from 255) = 43.36%

R = 38.46%
G = 18.18%
B = 43.36%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#371A3E (or 0x371A3E) is known color: Blackcurrant. HEX triplet: 37, 1A and 3E. RGB value is (55,26,62). Sum of RGB (Red+Green+Blue) = 55+26+62=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 62 - color contains mainly: blue. Hex color #371A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A3E is #C8E5C1. Grayscale: #262626. Windows color (decimal): -13166018 or 4069943. OLE color: 4069943.

HSL color Cylindrical-coordinate representation of color #371A3E: hue angle of 288.33º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #371A3E is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 26 62 -
CMYK 0.11 0.58 0 0.76
HSL 288.33º 0.41% 0.17% -
HSV(B) 288.33º 0.58% 0.24% -
XYZ 2.81 1.9 4.78 -
YUV 38.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 55 26 62 0.11 0.58 0 0.76 288.33 0.41 0.17
Hex 37 1A 3E B 3A 0 4C 120 29 11
Octal 67 32 76 13 72 0 114 440 51 21
Binary 110111 11010 111110 1011 111010 0 1001100 100100000 101001 10001

Color Harmonies of #371A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A3E

Black with #371A3E

Text Example


Text Example

White with #371A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371A3E; }

 p { color: rgb(55,26,62); }

 H1.HeaderClassName
 {
   color: #371A3E;
 }
 .AnyTagClassName
 {
   color: #371A3E;
 }
</style>

background-color css

<style>
 a { background-color: #371A3E; }

 a { background-color: rgb(55,26,62); }

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

border-color css

<style>
 span { border-color: #371A3E; }

 span { border-color: rgb(55,26,62); }

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