Html Css Color HEX #370348 Blackcurrant

📋 copy color: '#370348'

red 55 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #370348

Tints of Blackcurrant #370348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

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

R = 42.31%
G = 2.31%
B = 55.38%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#370348 (or 0x370348) is known color: Blackcurrant. HEX triplet: 37, 03 and 48. RGB value is (55,3,72). Sum of RGB (Red+Green+Blue) = 55+3+72=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #370348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370348 is #C8FCB7. Grayscale: #1A1A1A. Windows color (decimal): -13171896 or 4719415. OLE color: 4719415.

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

Color convert

RGB 55 3 72 -
CMYK 0.24 0.96 0 0.72
HSL 285.22º 0.92% 0.15% -
HSV(B) 285.22º 0.96% 0.28% -
XYZ 2.78 1.35 6.24 -
YUV 26.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 55 3 72 0.24 0.96 0 0.72 285.22 0.92 0.15
Hex 37 3 48 18 60 0 48 11D 5C F
Octal 67 3 110 30 140 0 110 435 134 17
Binary 110111 11 1001000 11000 1100000 0 1001000 100011101 1011100 1111

Color Harmonies of #370348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370348

Black with #370348

Text Example


Text Example

White with #370348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370348; }

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

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

background-color css

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

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

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

border-color css

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

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

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