Html Css Color HEX #370358 Blackcurrant

📋 copy color: '#370358'

red 55 ◦ green 3 ◦ blue 88

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

Shades of Blackcurrant #370358

Tints of Blackcurrant #370358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 60.27%

R = 37.67%
G = 2.05%
B = 60.27%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#370358 (or 0x370358) is known color: Blackcurrant. HEX triplet: 37, 03 and 58. RGB value is (55,3,88). Sum of RGB (Red+Green+Blue) = 55+3+88=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #370358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370358 is #C8FCA7. Grayscale: #1B1B1B. Windows color (decimal): -13171880 or 5767991. OLE color: 5767991.

HSL color Cylindrical-coordinate representation of color #370358: hue angle of 276.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370358 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 3 88 -
CMYK 0.38 0.97 0 0.65
HSL 276.71º 0.93% 0.18% -
HSV(B) 276.71º 0.97% 0.35% -
XYZ 3.37 1.58 9.36 -
YUV 28.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 55 3 88 0.38 0.97 0 0.65 276.71 0.93 0.18
Hex 37 3 58 26 61 0 41 115 5D 12
Octal 67 3 130 46 141 0 101 425 135 22
Binary 110111 11 1011000 100110 1100001 0 1000001 100010101 1011101 10010

Color Harmonies of #370358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370358

Black with #370358

Text Example


Text Example

White with #370358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370358; }

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

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

background-color css

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

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

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

border-color css

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

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

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