Html Css Color HEX #370A56 Blackcurrant

📋 copy color: '#370A56'

red 55 ◦ green 10 ◦ blue 86

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

Shades of Blackcurrant #370A56

Tints of Blackcurrant #370A56

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.62%

 BLUE value IS 86 (33.98% from 255) = 56.95%

R = 36.42%
G = 6.62%
B = 56.95%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#370A56 (or 0x370A56) is known color: Blackcurrant. HEX triplet: 37, 0A and 56. RGB value is (55,10,86). Sum of RGB (Red+Green+Blue) = 55+10+86=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #370A56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370A56 is #C8F5A9. Grayscale: #1F1F1F. Windows color (decimal): -13170090 or 5638711. OLE color: 5638711.

HSL color Cylindrical-coordinate representation of color #370A56: hue angle of 275.53º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370A56 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 10 86 -
CMYK 0.36 0.88 0 0.66
HSL 275.53º 0.79% 0.19% -
HSV(B) 275.53º 0.88% 0.34% -
XYZ 3.36 1.7 8.96 -
YUV 32.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 55 10 86 0.36 0.88 0 0.66 275.53 0.79 0.19
Hex 37 A 56 24 58 0 42 114 4F 13
Octal 67 12 126 44 130 0 102 424 117 23
Binary 110111 1010 1010110 100100 1011000 0 1000010 100010100 1001111 10011

Color Harmonies of #370A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A56

Black with #370A56

Text Example


Text Example

White with #370A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,10,86); }

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

background-color css

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

 a { background-color: rgb(55,10,86); }

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

border-color css

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

 span { border-color: rgb(55,10,86); }

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