Html Css Color HEX #370942 Blackcurrant

📋 copy color: '#370942'

red 55 ◦ green 9 ◦ blue 66

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

Shades of Blackcurrant #370942

Tints of Blackcurrant #370942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 42.31%
G = 6.92%
B = 50.77%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#370942 (or 0x370942) is known color: Blackcurrant. HEX triplet: 37, 09 and 42. RGB value is (55,9,66). Sum of RGB (Red+Green+Blue) = 55+9+66=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #370942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370942 is #C8F6BD. Grayscale: #1D1D1D. Windows color (decimal): -13170366 or 4327735. OLE color: 4327735.

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

Color convert

RGB 55 9 66 -
CMYK 0.17 0.86 0 0.74
HSL 288.42º 0.76% 0.15% -
HSV(B) 288.42º 0.86% 0.26% -
XYZ 2.66 1.4 5.28 -
YUV 29.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 55 9 66 0.17 0.86 0 0.74 288.42 0.76 0.15
Hex 37 9 42 11 56 0 4A 120 4C F
Octal 67 11 102 21 126 0 112 440 114 17
Binary 110111 1001 1000010 10001 1010110 0 1001010 100100000 1001100 1111

Color Harmonies of #370942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370942

Black with #370942

Text Example


Text Example

White with #370942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370942; }

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

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

background-color css

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

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

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

border-color css

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

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

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