Html Css Color HEX #370A3F Blackcurrant

📋 copy color: '#370A3F'

red 55 ◦ green 10 ◦ blue 63

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

Shades of Blackcurrant #370A3F

Tints of Blackcurrant #370A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 49.22%

R = 42.97%
G = 7.81%
B = 49.22%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370A3F (or 0x370A3F) is known color: Blackcurrant. HEX triplet: 37, 0A and 3F. RGB value is (55,10,63). Sum of RGB (Red+Green+Blue) = 55+10+63=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #370A3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A3F is #C8F5C0. Grayscale: #1D1D1D. Windows color (decimal): -13170113 or 4131383. OLE color: 4131383.

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

Color convert

RGB 55 10 63 -
CMYK 0.13 0.84 0 0.75
HSL 290.94º 0.73% 0.14% -
HSV(B) 290.94º 0.84% 0.25% -
XYZ 2.58 1.39 4.83 -
YUV 29.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 55 10 63 0.13 0.84 0 0.75 290.94 0.73 0.14
Hex 37 A 3F D 54 0 4B 123 49 E
Octal 67 12 77 15 124 0 113 443 111 16
Binary 110111 1010 111111 1101 1010100 0 1001011 100100011 1001001 1110

Color Harmonies of #370A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A3F

Black with #370A3F

Text Example


Text Example

White with #370A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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