Html Css Color HEX #370853 Blackcurrant

📋 copy color: '#370853'

red 55 ◦ green 8 ◦ blue 83

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

Shades of Blackcurrant #370853

Tints of Blackcurrant #370853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.48%

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

R = 37.67%
G = 5.48%
B = 56.85%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#370853 (or 0x370853) is known color: Blackcurrant. HEX triplet: 37, 08 and 53. RGB value is (55,8,83). Sum of RGB (Red+Green+Blue) = 55+8+83=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #370853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370853 is #C8F7AC. Grayscale: #1E1E1E. Windows color (decimal): -13170605 or 5441591. OLE color: 5441591.

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

Color convert

RGB 55 8 83 -
CMYK 0.34 0.90 0 0.67
HSL 277.6º 0.82% 0.18% -
HSV(B) 277.6º 0.9% 0.33% -
XYZ 3.22 1.61 8.32 -
YUV 30.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 55 8 83 0.34 0.90 0 0.67 277.6 0.82 0.18
Hex 37 8 53 22 5A 0 43 116 52 12
Octal 67 10 123 42 132 0 103 426 122 22
Binary 110111 1000 1010011 100010 1011010 0 1000011 100010110 1010010 10010

Color Harmonies of #370853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370853

Black with #370853

Text Example


Text Example

White with #370853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370853; }

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

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

background-color css

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

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

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

border-color css

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

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

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