Html Css Color HEX #370955 Blackcurrant

📋 copy color: '#370955'

red 55 ◦ green 9 ◦ blue 85

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

Shades of Blackcurrant #370955

Tints of Blackcurrant #370955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

 BLUE value IS 85 (33.59% from 255) = 57.05%

R = 36.91%
G = 6.04%
B = 57.05%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#370955 (or 0x370955) is known color: Blackcurrant. HEX triplet: 37, 09 and 55. RGB value is (55,9,85). Sum of RGB (Red+Green+Blue) = 55+9+85=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #370955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370955 is #C8F6AA. Grayscale: #1F1F1F. Windows color (decimal): -13170347 or 5572919. OLE color: 5572919.

HSL color Cylindrical-coordinate representation of color #370955: hue angle of 276.32º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370955 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 9 85 -
CMYK 0.35 0.89 0 0.67
HSL 276.32º 0.81% 0.18% -
HSV(B) 276.32º 0.89% 0.33% -
XYZ 3.31 1.66 8.74 -
YUV 31.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 55 9 85 0.35 0.89 0 0.67 276.32 0.81 0.18
Hex 37 9 55 23 59 0 43 114 51 12
Octal 67 11 125 43 131 0 103 424 121 22
Binary 110111 1001 1010101 100011 1011001 0 1000011 100010100 1010001 10010

Color Harmonies of #370955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370955

Black with #370955

Text Example


Text Example

White with #370955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370955; }

 p { color: rgb(55,9,85); }

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

background-color css

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

 a { background-color: rgb(55,9,85); }

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

border-color css

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

 span { border-color: rgb(55,9,85); }

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