Html Css Color HEX #370C3F Blackcurrant

📋 copy color: '#370C3F'

red 55 ◦ green 12 ◦ blue 63

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

Shades of Blackcurrant #370C3F

Tints of Blackcurrant #370C3F

RGB

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

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

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

R = 42.31%
G = 9.23%
B = 48.46%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370C3F (or 0x370C3F) is known color: Blackcurrant. HEX triplet: 37, 0C and 3F. RGB value is (55,12,63). Sum of RGB (Red+Green+Blue) = 55+12+63=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #370C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C3F is #C8F3C0. Grayscale: #1E1E1E. Windows color (decimal): -13169601 or 4131895. OLE color: 4131895.

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

Color convert

RGB 55 12 63 -
CMYK 0.13 0.81 0 0.75
HSL 290.59º 0.68% 0.15% -
HSV(B) 290.59º 0.81% 0.25% -
XYZ 2.6 1.43 4.84 -
YUV 30.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 55 12 63 0.13 0.81 0 0.75 290.59 0.68 0.15
Hex 37 C 3F D 51 0 4B 123 44 F
Octal 67 14 77 15 121 0 113 443 104 17
Binary 110111 1100 111111 1101 1010001 0 1001011 100100011 1000100 1111

Color Harmonies of #370C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C3F

Black with #370C3F

Text Example


Text Example

White with #370C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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