Html Css Color HEX #370C4A Blackcurrant

📋 copy color: '#370C4A'

red 55 ◦ green 12 ◦ blue 74

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

Shades of Blackcurrant #370C4A

Tints of Blackcurrant #370C4A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.51%

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

R = 39.01%
G = 8.51%
B = 52.48%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#370C4A (or 0x370C4A) is known color: Blackcurrant. HEX triplet: 37, 0C and 4A. RGB value is (55,12,74). Sum of RGB (Red+Green+Blue) = 55+12+74=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #370C4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C4A is #C8F3B5. Grayscale: #1F1F1F. Windows color (decimal): -13169590 or 4852791. OLE color: 4852791.

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

Color convert

RGB 55 12 74 -
CMYK 0.26 0.84 0 0.71
HSL 281.61º 0.72% 0.17% -
HSV(B) 281.61º 0.84% 0.29% -
XYZ 2.94 1.57 6.63 -
YUV 31.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 55 12 74 0.26 0.84 0 0.71 281.61 0.72 0.17
Hex 37 C 4A 1A 54 0 47 11A 48 11
Octal 67 14 112 32 124 0 107 432 110 21
Binary 110111 1100 1001010 11010 1010100 0 1000111 100011010 1001000 10001

Color Harmonies of #370C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C4A

Black with #370C4A

Text Example


Text Example

White with #370C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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