Html Css Color HEX #370A40 Blackcurrant

📋 copy color: '#370A40'

red 55 ◦ green 10 ◦ blue 64

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

Shades of Blackcurrant #370A40

Tints of Blackcurrant #370A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.75%

 BLUE value IS 64 (25.39% from 255) = 49.61%

R = 42.64%
G = 7.75%
B = 49.61%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370A40 (or 0x370A40) is known color: Blackcurrant. HEX triplet: 37, 0A and 40. RGB value is (55,10,64). Sum of RGB (Red+Green+Blue) = 55+10+64=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #370A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A40 is #C8F5BF. Grayscale: #1D1D1D. Windows color (decimal): -13170112 or 4196919. OLE color: 4196919.

HSL color Cylindrical-coordinate representation of color #370A40: hue angle of 290º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370A40 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 10 64 -
CMYK 0.14 0.84 0 0.75
HSL 290º 0.73% 0.15% -
HSV(B) 290º 0.84% 0.25% -
XYZ 2.61 1.4 4.98 -
YUV 29.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 55 10 64 0.14 0.84 0 0.75 290 0.73 0.15
Hex 37 A 40 E 54 0 4B 122 49 F
Octal 67 12 100 16 124 0 113 442 111 17
Binary 110111 1010 1000000 1110 1010100 0 1001011 100100010 1001001 1111

Color Harmonies of #370A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A40

Black with #370A40

Text Example


Text Example

White with #370A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370A40; }

 p { color: rgb(55,10,64); }

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

background-color css

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

 a { background-color: rgb(55,10,64); }

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

border-color css

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

 span { border-color: rgb(55,10,64); }

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