Html Css Color HEX #370F3F Blackcurrant

📋 copy color: '#370F3F'

red 55 ◦ green 15 ◦ blue 63

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

Shades of Blackcurrant #370F3F

Tints of Blackcurrant #370F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.28%

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

R = 41.35%
G = 11.28%
B = 47.37%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370F3F (or 0x370F3F) is known color: Blackcurrant. HEX triplet: 37, 0F and 3F. RGB value is (55,15,63). Sum of RGB (Red+Green+Blue) = 55+15+63=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #370F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F3F is #C8F0C0. Grayscale: #202020. Windows color (decimal): -13168833 or 4132663. OLE color: 4132663.

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

Color convert

RGB 55 15 63 -
CMYK 0.13 0.76 0 0.75
HSL 290º 0.62% 0.15% -
HSV(B) 290º 0.76% 0.25% -
XYZ 2.64 1.51 4.86 -
YUV 32.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 55 15 63 0.13 0.76 0 0.75 290 0.62 0.15
Hex 37 F 3F D 4C 0 4B 122 3E F
Octal 67 17 77 15 114 0 113 442 76 17
Binary 110111 1111 111111 1101 1001100 0 1001011 100100010 111110 1111

Color Harmonies of #370F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F3F

Black with #370F3F

Text Example


Text Example

White with #370F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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