Html Css Color HEX #370A4B Blackcurrant

📋 copy color: '#370A4B'

red 55 ◦ green 10 ◦ blue 75

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

Shades of Blackcurrant #370A4B

Tints of Blackcurrant #370A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 53.57%

R = 39.29%
G = 7.14%
B = 53.57%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#370A4B (or 0x370A4B) is known color: Blackcurrant. HEX triplet: 37, 0A and 4B. RGB value is (55,10,75). Sum of RGB (Red+Green+Blue) = 55+10+75=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #370A4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A4B is #C8F5B4. Grayscale: #1E1E1E. Windows color (decimal): -13170101 or 4917815. OLE color: 4917815.

HSL color Cylindrical-coordinate representation of color #370A4B: hue angle of 281.54º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370A4B is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 10 75 -
CMYK 0.27 0.87 0 0.71
HSL 281.54º 0.76% 0.17% -
HSV(B) 281.54º 0.87% 0.29% -
XYZ 2.95 1.54 6.8 -
YUV 30.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 55 10 75 0.27 0.87 0 0.71 281.54 0.76 0.17
Hex 37 A 4B 1B 57 0 47 11A 4C 11
Octal 67 12 113 33 127 0 107 432 114 21
Binary 110111 1010 1001011 11011 1010111 0 1000111 100011010 1001100 10001

Color Harmonies of #370A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A4B

Black with #370A4B

Text Example


Text Example

White with #370A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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