Html Css Color HEX #37104B Blackcurrant

📋 copy color: '#37104B'

red 55 ◦ green 16 ◦ blue 75

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

Shades of Blackcurrant #37104B

Tints of Blackcurrant #37104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

 BLUE value IS 75 (29.69% from 255) = 51.37%

R = 37.67%
G = 10.96%
B = 51.37%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37104B (or 0x37104B) is known color: Blackcurrant. HEX triplet: 37, 10 and 4B. RGB value is (55,16,75). Sum of RGB (Red+Green+Blue) = 55+16+75=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #37104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37104B is #C8EFB4. Grayscale: #222222. Windows color (decimal): -13168565 or 4919351. OLE color: 4919351.

HSL color Cylindrical-coordinate representation of color #37104B: hue angle of 279.66º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37104B is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 16 75 -
CMYK 0.27 0.79 0 0.71
HSL 279.66º 0.65% 0.18% -
HSV(B) 279.66º 0.79% 0.29% -
XYZ 3.03 1.69 6.82 -
YUV 34.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 55 16 75 0.27 0.79 0 0.71 279.66 0.65 0.18
Hex 37 10 4B 1B 4F 0 47 118 41 12
Octal 67 20 113 33 117 0 107 430 101 22
Binary 110111 10000 1001011 11011 1001111 0 1000111 100011000 1000001 10010

Color Harmonies of #37104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37104B

Black with #37104B

Text Example


Text Example

White with #37104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37104B; }

 p { color: rgb(55,16,75); }

 H1.HeaderClassName
 {
   color: #37104B;
 }
 .AnyTagClassName
 {
   color: #37104B;
 }
</style>

background-color css

<style>
 a { background-color: #37104B; }

 a { background-color: rgb(55,16,75); }

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

border-color css

<style>
 span { border-color: #37104B; }

 span { border-color: rgb(55,16,75); }

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