Html Css Color HEX #37143E Blackcurrant

📋 copy color: '#37143E'

red 55 ◦ green 20 ◦ blue 62

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

Shades of Blackcurrant #37143E

Tints of Blackcurrant #37143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

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

R = 40.15%
G = 14.6%
B = 45.26%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37143E (or 0x37143E) is known color: Blackcurrant. HEX triplet: 37, 14 and 3E. RGB value is (55,20,62). Sum of RGB (Red+Green+Blue) = 55+20+62=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 62 - color contains mainly: blue. Hex color #37143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37143E is #C8EBC1. Grayscale: #232323. Windows color (decimal): -13167554 or 4068407. OLE color: 4068407.

HSL color Cylindrical-coordinate representation of color #37143E: hue angle of 290º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37143E is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 20 62 -
CMYK 0.11 0.68 0 0.76
HSL 290º 0.51% 0.16% -
HSV(B) 290º 0.68% 0.24% -
XYZ 2.7 1.66 4.74 -
YUV 35.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 55 20 62 0.11 0.68 0 0.76 290 0.51 0.16
Hex 37 14 3E B 44 0 4C 122 33 10
Octal 67 24 76 13 104 0 114 442 63 20
Binary 110111 10100 111110 1011 1000100 0 1001100 100100010 110011 10000

Color Harmonies of #37143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37143E

Black with #37143E

Text Example


Text Example

White with #37143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37143E; }

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

 H1.HeaderClassName
 {
   color: #37143E;
 }
 .AnyTagClassName
 {
   color: #37143E;
 }
</style>

background-color css

<style>
 a { background-color: #37143E; }

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

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

border-color css

<style>
 span { border-color: #37143E; }

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

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