Html Css Color HEX #370850 Blackcurrant

📋 copy color: '#370850'

red 55 ◦ green 8 ◦ blue 80

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

Shades of Blackcurrant #370850

Tints of Blackcurrant #370850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 55.94%

R = 38.46%
G = 5.59%
B = 55.94%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#370850 (or 0x370850) is known color: Blackcurrant. HEX triplet: 37, 08 and 50. RGB value is (55,8,80). Sum of RGB (Red+Green+Blue) = 55+8+80=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #370850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370850 is #C8F7AF. Grayscale: #1E1E1E. Windows color (decimal): -13170608 or 5244983. OLE color: 5244983.

HSL color Cylindrical-coordinate representation of color #370850: hue angle of 279.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370850 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 8 80 -
CMYK 0.31 0.90 0 0.69
HSL 279.17º 0.82% 0.17% -
HSV(B) 279.17º 0.9% 0.31% -
XYZ 3.11 1.57 7.73 -
YUV 30.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 55 8 80 0.31 0.90 0 0.69 279.17 0.82 0.17
Hex 37 8 50 1F 5A 0 45 117 52 11
Octal 67 10 120 37 132 0 105 427 122 21
Binary 110111 1000 1010000 11111 1011010 0 1000101 100010111 1010010 10001

Color Harmonies of #370850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370850

Black with #370850

Text Example


Text Example

White with #370850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370850; }

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

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

background-color css

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

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

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

border-color css

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

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

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