Html Css Color HEX #370848 Blackcurrant

📋 copy color: '#370848'

red 55 ◦ green 8 ◦ blue 72

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

Shades of Blackcurrant #370848

Tints of Blackcurrant #370848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.93%

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

R = 40.74%
G = 5.93%
B = 53.33%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#370848 (or 0x370848) is known color: Blackcurrant. HEX triplet: 37, 08 and 48. RGB value is (55,8,72). Sum of RGB (Red+Green+Blue) = 55+8+72=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #370848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370848 is #C8F7B7. Grayscale: #1D1D1D. Windows color (decimal): -13170616 or 4720695. OLE color: 4720695.

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

Color convert

RGB 55 8 72 -
CMYK 0.24 0.89 0 0.72
HSL 284.06º 0.8% 0.16% -
HSV(B) 284.06º 0.89% 0.28% -
XYZ 2.83 1.45 6.26 -
YUV 29.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 55 8 72 0.24 0.89 0 0.72 284.06 0.8 0.16
Hex 37 8 48 18 59 0 48 11C 50 10
Octal 67 10 110 30 131 0 110 434 120 20
Binary 110111 1000 1001000 11000 1011001 0 1001000 100011100 1010000 10000

Color Harmonies of #370848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370848

Black with #370848

Text Example


Text Example

White with #370848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370848; }

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

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

background-color css

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

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

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

border-color css

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

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

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