Html Css Color HEX #370A4A Blackcurrant

📋 copy color: '#370A4A'

red 55 ◦ green 10 ◦ blue 74

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

Shades of Blackcurrant #370A4A

Tints of Blackcurrant #370A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 53.24%

R = 39.57%
G = 7.19%
B = 53.24%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#370A4A (or 0x370A4A) is known color: Blackcurrant. HEX triplet: 37, 0A and 4A. RGB value is (55,10,74). Sum of RGB (Red+Green+Blue) = 55+10+74=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #370A4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A4A is #C8F5B5. Grayscale: #1E1E1E. Windows color (decimal): -13170102 or 4852279. OLE color: 4852279.

HSL color Cylindrical-coordinate representation of color #370A4A: hue angle of 282.19º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370A4A is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 10 74 -
CMYK 0.26 0.86 0 0.71
HSL 282.19º 0.76% 0.16% -
HSV(B) 282.19º 0.86% 0.29% -
XYZ 2.92 1.52 6.62 -
YUV 30.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 55 10 74 0.26 0.86 0 0.71 282.19 0.76 0.16
Hex 37 A 4A 1A 56 0 47 11A 4C 10
Octal 67 12 112 32 126 0 107 432 114 20
Binary 110111 1010 1001010 11010 1010110 0 1000111 100011010 1001100 10000

Color Harmonies of #370A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A4A

Black with #370A4A

Text Example


Text Example

White with #370A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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