Html Css Color HEX #370A41 Blackcurrant

📋 copy color: '#370A41'

red 55 ◦ green 10 ◦ blue 65

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

Shades of Blackcurrant #370A41

Tints of Blackcurrant #370A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 50%

R = 42.31%
G = 7.69%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370A41 (or 0x370A41) is known color: Blackcurrant. HEX triplet: 37, 0A and 41. RGB value is (55,10,65). Sum of RGB (Red+Green+Blue) = 55+10+65=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #370A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A41 is #C8F5BE. Grayscale: #1D1D1D. Windows color (decimal): -13170111 or 4262455. OLE color: 4262455.

HSL color Cylindrical-coordinate representation of color #370A41: hue angle of 289.09º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #370A41 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 10 65 -
CMYK 0.15 0.85 0 0.75
HSL 289.09º 0.73% 0.15% -
HSV(B) 289.09º 0.85% 0.25% -
XYZ 2.64 1.41 5.13 -
YUV 29.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 55 10 65 0.15 0.85 0 0.75 289.09 0.73 0.15
Hex 37 A 41 F 55 0 4B 121 49 F
Octal 67 12 101 17 125 0 113 441 111 17
Binary 110111 1010 1000001 1111 1010101 0 1001011 100100001 1001001 1111

Color Harmonies of #370A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A41

Black with #370A41

Text Example


Text Example

White with #370A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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