Html Css Color HEX #37143F Blackcurrant

📋 copy color: '#37143F'

red 55 ◦ green 20 ◦ blue 63

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

Shades of Blackcurrant #37143F

Tints of Blackcurrant #37143F

RGB

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

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

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

R = 39.86%
G = 14.49%
B = 45.65%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#37143F (or 0x37143F) is known color: Blackcurrant. HEX triplet: 37, 14 and 3F. RGB value is (55,20,63). Sum of RGB (Red+Green+Blue) = 55+20+63=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #37143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37143F is #C8EBC0. Grayscale: #232323. Windows color (decimal): -13167553 or 4133943. OLE color: 4133943.

HSL color Cylindrical-coordinate representation of color #37143F: hue angle of 288.84º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37143F is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 20 63 -
CMYK 0.13 0.68 0 0.75
HSL 288.84º 0.52% 0.16% -
HSV(B) 288.84º 0.68% 0.25% -
XYZ 2.72 1.67 4.88 -
YUV 35.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 55 20 63 0.13 0.68 0 0.75 288.84 0.52 0.16
Hex 37 14 3F D 44 0 4B 121 34 10
Octal 67 24 77 15 104 0 113 441 64 20
Binary 110111 10100 111111 1101 1000100 0 1001011 100100001 110100 10000

Color Harmonies of #37143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37143F

Black with #37143F

Text Example


Text Example

White with #37143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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