Html Css Color HEX #370E52 Blackcurrant

📋 copy color: '#370E52'

red 55 ◦ green 14 ◦ blue 82

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

Shades of Blackcurrant #370E52

Tints of Blackcurrant #370E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.27%

 BLUE value IS 82 (32.42% from 255) = 54.3%

R = 36.42%
G = 9.27%
B = 54.3%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#370E52 (or 0x370E52) is known color: Blackcurrant. HEX triplet: 37, 0E and 52. RGB value is (55,14,82). Sum of RGB (Red+Green+Blue) = 55+14+82=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #370E52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370E52 is #C8F1AD. Grayscale: #212121. Windows color (decimal): -13169070 or 5377591. OLE color: 5377591.

HSL color Cylindrical-coordinate representation of color #370E52: hue angle of 276.18º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #370E52 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 14 82 -
CMYK 0.33 0.83 0 0.68
HSL 276.18º 0.71% 0.19% -
HSV(B) 276.18º 0.83% 0.32% -
XYZ 3.26 1.74 8.15 -
YUV 34.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 55 14 82 0.33 0.83 0 0.68 276.18 0.71 0.19
Hex 37 E 52 21 53 0 44 114 47 13
Octal 67 16 122 41 123 0 104 424 107 23
Binary 110111 1110 1010010 100001 1010011 0 1000100 100010100 1000111 10011

Color Harmonies of #370E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E52

Black with #370E52

Text Example


Text Example

White with #370E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,14,82); }

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

background-color css

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

 a { background-color: rgb(55,14,82); }

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

border-color css

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

 span { border-color: rgb(55,14,82); }

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