Html Css Color HEX #370B4A Blackcurrant

📋 copy color: '#370B4A'

red 55 ◦ green 11 ◦ blue 74

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

Shades of Blackcurrant #370B4A

Tints of Blackcurrant #370B4A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.86%

 BLUE value IS 74 (29.3% from 255) = 52.86%

R = 39.29%
G = 7.86%
B = 52.86%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#370B4A (or 0x370B4A) is known color: Blackcurrant. HEX triplet: 37, 0B and 4A. RGB value is (55,11,74). Sum of RGB (Red+Green+Blue) = 55+11+74=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #370B4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B4A is #C8F4B5. Grayscale: #1F1F1F. Windows color (decimal): -13169846 or 4852535. OLE color: 4852535.

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

Color convert

RGB 55 11 74 -
CMYK 0.26 0.85 0 0.71
HSL 281.9º 0.74% 0.17% -
HSV(B) 281.9º 0.85% 0.29% -
XYZ 2.93 1.55 6.62 -
YUV 31.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 55 11 74 0.26 0.85 0 0.71 281.9 0.74 0.17
Hex 37 B 4A 1A 55 0 47 11A 4A 11
Octal 67 13 112 32 125 0 107 432 112 21
Binary 110111 1011 1001010 11010 1010101 0 1000111 100011010 1001010 10001

Color Harmonies of #370B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B4A

Black with #370B4A

Text Example


Text Example

White with #370B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,11,74); }

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

background-color css

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

 a { background-color: rgb(55,11,74); }

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

border-color css

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

 span { border-color: rgb(55,11,74); }

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