Html Css Color HEX #370F45 Blackcurrant

📋 copy color: '#370F45'

red 55 ◦ green 15 ◦ blue 69

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

Shades of Blackcurrant #370F45

Tints of Blackcurrant #370F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 49.64%

R = 39.57%
G = 10.79%
B = 49.64%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#370F45 (or 0x370F45) is known color: Blackcurrant. HEX triplet: 37, 0F and 45. RGB value is (55,15,69). Sum of RGB (Red+Green+Blue) = 55+15+69=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #370F45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F45 is #C8F0BA. Grayscale: #202020. Windows color (decimal): -13168827 or 4525879. OLE color: 4525879.

HSL color Cylindrical-coordinate representation of color #370F45: hue angle of 284.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370F45 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 15 69 -
CMYK 0.20 0.78 0 0.73
HSL 284.44º 0.64% 0.16% -
HSV(B) 284.44º 0.78% 0.27% -
XYZ 2.82 1.58 5.79 -
YUV 33.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 55 15 69 0.20 0.78 0 0.73 284.44 0.64 0.16
Hex 37 F 45 14 4E 0 49 11C 40 10
Octal 67 17 105 24 116 0 111 434 100 20
Binary 110111 1111 1000101 10100 1001110 0 1001001 100011100 1000000 10000

Color Harmonies of #370F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F45

Black with #370F45

Text Example


Text Example

White with #370F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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