Html Css Color HEX #370A48 Blackcurrant

📋 copy color: '#370A48'

red 55 ◦ green 10 ◦ blue 72

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

Shades of Blackcurrant #370A48

Tints of Blackcurrant #370A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 52.55%

R = 40.15%
G = 7.3%
B = 52.55%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#370A48 (or 0x370A48) is known color: Blackcurrant. HEX triplet: 37, 0A and 48. RGB value is (55,10,72). Sum of RGB (Red+Green+Blue) = 55+10+72=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #370A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A48 is #C8F5B7. Grayscale: #1E1E1E. Windows color (decimal): -13170104 or 4721207. OLE color: 4721207.

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

Color convert

RGB 55 10 72 -
CMYK 0.24 0.86 0 0.72
HSL 283.55º 0.76% 0.16% -
HSV(B) 283.55º 0.86% 0.28% -
XYZ 2.85 1.5 6.27 -
YUV 30.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 55 10 72 0.24 0.86 0 0.72 283.55 0.76 0.16
Hex 37 A 48 18 56 0 48 11C 4C 10
Octal 67 12 110 30 126 0 110 434 114 20
Binary 110111 1010 1001000 11000 1010110 0 1001000 100011100 1001100 10000

Color Harmonies of #370A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A48

Black with #370A48

Text Example


Text Example

White with #370A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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