Html Css Color HEX #370C53 Blackcurrant

📋 copy color: '#370C53'

red 55 ◦ green 12 ◦ blue 83

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

Shades of Blackcurrant #370C53

Tints of Blackcurrant #370C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8%

 BLUE value IS 83 (32.81% from 255) = 55.33%

R = 36.67%
G = 8%
B = 55.33%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#370C53 (or 0x370C53) is known color: Blackcurrant. HEX triplet: 37, 0C and 53. RGB value is (55,12,83). Sum of RGB (Red+Green+Blue) = 55+12+83=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #370C53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370C53 is #C8F3AC. Grayscale: #202020. Windows color (decimal): -13169581 or 5442615. OLE color: 5442615.

HSL color Cylindrical-coordinate representation of color #370C53: hue angle of 276.34º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370C53 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 12 83 -
CMYK 0.34 0.86 0 0.67
HSL 276.34º 0.75% 0.19% -
HSV(B) 276.34º 0.86% 0.33% -
XYZ 3.27 1.7 8.34 -
YUV 32.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 55 12 83 0.34 0.86 0 0.67 276.34 0.75 0.19
Hex 37 C 53 22 56 0 43 114 4B 13
Octal 67 14 123 42 126 0 103 424 113 23
Binary 110111 1100 1010011 100010 1010110 0 1000011 100010100 1001011 10011

Color Harmonies of #370C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C53

Black with #370C53

Text Example


Text Example

White with #370C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,12,83); }

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

background-color css

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

 a { background-color: rgb(55,12,83); }

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

border-color css

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

 span { border-color: rgb(55,12,83); }

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