Html Css Color HEX #370F53 Blackcurrant

📋 copy color: '#370F53'

red 55 ◦ green 15 ◦ blue 83

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

Shades of Blackcurrant #370F53

Tints of Blackcurrant #370F53

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.8%

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

R = 35.95%
G = 9.8%
B = 54.25%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#370F53 (or 0x370F53) is known color: Blackcurrant. HEX triplet: 37, 0F and 53. RGB value is (55,15,83). Sum of RGB (Red+Green+Blue) = 55+15+83=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #370F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F53 is #C8F0AC. Grayscale: #222222. Windows color (decimal): -13168813 or 5443383. OLE color: 5443383.

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

Color convert

RGB 55 15 83 -
CMYK 0.34 0.82 0 0.67
HSL 275.29º 0.69% 0.19% -
HSV(B) 275.29º 0.82% 0.33% -
XYZ 3.31 1.78 8.35 -
YUV 34.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 55 15 83 0.34 0.82 0 0.67 275.29 0.69 0.19
Hex 37 F 53 22 52 0 43 113 45 13
Octal 67 17 123 42 122 0 103 423 105 23
Binary 110111 1111 1010011 100010 1010010 0 1000011 100010011 1000101 10011

Color Harmonies of #370F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F53

Black with #370F53

Text Example


Text Example

White with #370F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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