Html Css Color HEX #370953 Blackcurrant

📋 copy color: '#370953'

red 55 ◦ green 9 ◦ blue 83

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

Shades of Blackcurrant #370953

Tints of Blackcurrant #370953

RGB

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

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

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

R = 37.41%
G = 6.12%
B = 56.46%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#370953 (or 0x370953) is known color: Blackcurrant. HEX triplet: 37, 09 and 53. RGB value is (55,9,83). Sum of RGB (Red+Green+Blue) = 55+9+83=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #370953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370953 is #C8F6AC. Grayscale: #1E1E1E. Windows color (decimal): -13170349 or 5441847. OLE color: 5441847.

HSL color Cylindrical-coordinate representation of color #370953: hue angle of 277.3º degrees, saturation: 0.8, 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 #370953 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 9 83 -
CMYK 0.34 0.89 0 0.67
HSL 277.3º 0.8% 0.18% -
HSV(B) 277.3º 0.89% 0.33% -
XYZ 3.23 1.63 8.33 -
YUV 31.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 55 9 83 0.34 0.89 0 0.67 277.3 0.8 0.18
Hex 37 9 53 22 59 0 43 115 50 12
Octal 67 11 123 42 131 0 103 425 120 22
Binary 110111 1001 1010011 100010 1011001 0 1000011 100010101 1010000 10010

Color Harmonies of #370953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370953

Black with #370953

Text Example


Text Example

White with #370953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370953; }

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

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

background-color css

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

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

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

border-color css

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

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

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