Html Css Color HEX #371044 Blackcurrant

📋 copy color: '#371044'

red 55 ◦ green 16 ◦ blue 68

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

Shades of Blackcurrant #371044

Tints of Blackcurrant #371044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

 BLUE value IS 68 (26.95% from 255) = 48.92%

R = 39.57%
G = 11.51%
B = 48.92%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#371044 (or 0x371044) is known color: Blackcurrant. HEX triplet: 37, 10 and 44. RGB value is (55,16,68). Sum of RGB (Red+Green+Blue) = 55+16+68=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #371044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371044 is #C8EFBB. Grayscale: #212121. Windows color (decimal): -13168572 or 4460599. OLE color: 4460599.

HSL color Cylindrical-coordinate representation of color #371044: hue angle of 285º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371044 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 16 68 -
CMYK 0.19 0.76 0 0.73
HSL 285º 0.62% 0.16% -
HSV(B) 285º 0.76% 0.27% -
XYZ 2.8 1.6 5.63 -
YUV 33.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 55 16 68 0.19 0.76 0 0.73 285 0.62 0.16
Hex 37 10 44 13 4C 0 49 11D 3E 10
Octal 67 20 104 23 114 0 111 435 76 20
Binary 110111 10000 1000100 10011 1001100 0 1001001 100011101 111110 10000

Color Harmonies of #371044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371044

Black with #371044

Text Example


Text Example

White with #371044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371044; }

 p { color: rgb(55,16,68); }

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

background-color css

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

 a { background-color: rgb(55,16,68); }

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

border-color css

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

 span { border-color: rgb(55,16,68); }

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