Html Css Color HEX #370542 Blackcurrant

📋 copy color: '#370542'

red 55 ◦ green 5 ◦ blue 66

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

Shades of Blackcurrant #370542

Tints of Blackcurrant #370542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.97%

 BLUE value IS 66 (26.17% from 255) = 52.38%

R = 43.65%
G = 3.97%
B = 52.38%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#370542 (or 0x370542) is known color: Blackcurrant. HEX triplet: 37, 05 and 42. RGB value is (55,5,66). Sum of RGB (Red+Green+Blue) = 55+5+66=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 66 (26.17% from 255 or 52.38% from 126); Max value from RGB is 66 - color contains mainly: blue. Hex color #370542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370542 is #C8FABD. Grayscale: #1A1A1A. Windows color (decimal): -13171390 or 4326711. OLE color: 4326711.

HSL color Cylindrical-coordinate representation of color #370542: hue angle of 289.18º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370542 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 5 66 -
CMYK 0.17 0.92 0 0.74
HSL 289.18º 0.86% 0.14% -
HSV(B) 289.18º 0.92% 0.26% -
XYZ 2.61 1.31 5.27 -
YUV 26.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 55 5 66 0.17 0.92 0 0.74 289.18 0.86 0.14
Hex 37 5 42 11 5C 0 4A 121 56 E
Octal 67 5 102 21 134 0 112 441 126 16
Binary 110111 101 1000010 10001 1011100 0 1001010 100100001 1010110 1110

Color Harmonies of #370542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370542

Black with #370542

Text Example


Text Example

White with #370542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370542; }

 p { color: rgb(55,5,66); }

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

background-color css

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

 a { background-color: rgb(55,5,66); }

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

border-color css

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

 span { border-color: rgb(55,5,66); }

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