Html Css Color HEX #370241 Blackcurrant

📋 copy color: '#370241'

red 55 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #370241

Tints of Blackcurrant #370241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.64%

 BLUE value IS 65 (25.78% from 255) = 53.28%

R = 45.08%
G = 1.64%
B = 53.28%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370241 (or 0x370241) is known color: Blackcurrant. HEX triplet: 37, 02 and 41. RGB value is (55,2,65). Sum of RGB (Red+Green+Blue) = 55+2+65=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #370241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370241 is #C8FDBE. Grayscale: #181818. Windows color (decimal): -13172159 or 4260407. OLE color: 4260407.

HSL color Cylindrical-coordinate representation of color #370241: hue angle of 290.48º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370241 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 2 65 -
CMYK 0.15 0.97 0 0.75
HSL 290.48º 0.94% 0.13% -
HSV(B) 290.48º 0.97% 0.25% -
XYZ 2.55 1.24 5.11 -
YUV 25.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 55 2 65 0.15 0.97 0 0.75 290.48 0.94 0.13
Hex 37 2 41 F 61 0 4B 122 5E D
Octal 67 2 101 17 141 0 113 442 136 15
Binary 110111 10 1000001 1111 1100001 0 1001011 100100010 1011110 1101

Color Harmonies of #370241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370241

Black with #370241

Text Example


Text Example

White with #370241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370241; }

 p { color: rgb(55,2,65); }

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

background-color css

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

 a { background-color: rgb(55,2,65); }

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

border-color css

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

 span { border-color: rgb(55,2,65); }

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