Html Css Color HEX #371A4B Blackcurrant

📋 copy color: '#371A4B'

red 55 ◦ green 26 ◦ blue 75

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

Shades of Blackcurrant #371A4B

Tints of Blackcurrant #371A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 48.08%

R = 35.26%
G = 16.67%
B = 48.08%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#371A4B (or 0x371A4B) is known color: Blackcurrant. HEX triplet: 37, 1A and 4B. RGB value is (55,26,75). Sum of RGB (Red+Green+Blue) = 55+26+75=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #371A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A4B is #C8E5B4. Grayscale: #282828. Windows color (decimal): -13166005 or 4921911. OLE color: 4921911.

HSL color Cylindrical-coordinate representation of color #371A4B: hue angle of 275.51º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371A4B is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 26 75 -
CMYK 0.27 0.65 0 0.71
HSL 275.51º 0.49% 0.2% -
HSV(B) 275.51º 0.65% 0.29% -
XYZ 3.21 2.06 6.88 -
YUV 40.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 55 26 75 0.27 0.65 0 0.71 275.51 0.49 0.2
Hex 37 1A 4B 1B 41 0 47 114 31 14
Octal 67 32 113 33 101 0 107 424 61 24
Binary 110111 11010 1001011 11011 1000001 0 1000111 100010100 110001 10100

Color Harmonies of #371A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A4B

Black with #371A4B

Text Example


Text Example

White with #371A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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