Html Css Color HEX #370A51 Blackcurrant

📋 copy color: '#370A51'

red 55 ◦ green 10 ◦ blue 81

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

Shades of Blackcurrant #370A51

Tints of Blackcurrant #370A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 55.48%

R = 37.67%
G = 6.85%
B = 55.48%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#370A51 (or 0x370A51) is known color: Blackcurrant. HEX triplet: 37, 0A and 51. RGB value is (55,10,81). Sum of RGB (Red+Green+Blue) = 55+10+81=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #370A51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370A51 is #C8F5AE. Grayscale: #1F1F1F. Windows color (decimal): -13170095 or 5311031. OLE color: 5311031.

HSL color Cylindrical-coordinate representation of color #370A51: hue angle of 278.03º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370A51 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 10 81 -
CMYK 0.32 0.88 0 0.68
HSL 278.03º 0.78% 0.18% -
HSV(B) 278.03º 0.88% 0.32% -
XYZ 3.17 1.62 7.93 -
YUV 31.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 55 10 81 0.32 0.88 0 0.68 278.03 0.78 0.18
Hex 37 A 51 20 58 0 44 116 4E 12
Octal 67 12 121 40 130 0 104 426 116 22
Binary 110111 1010 1010001 100000 1011000 0 1000100 100010110 1001110 10010

Color Harmonies of #370A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A51

Black with #370A51

Text Example


Text Example

White with #370A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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