Html Css Color HEX #37014B Blackcurrant

📋 copy color: '#37014B'

red 55 ◦ green 1 ◦ blue 75

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

Shades of Blackcurrant #37014B

Tints of Blackcurrant #37014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

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

R = 41.98%
G = 0.76%
B = 57.25%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37014B (or 0x37014B) is known color: Blackcurrant. HEX triplet: 37, 01 and 4B. RGB value is (55,1,75). Sum of RGB (Red+Green+Blue) = 55+1+75=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #37014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37014B is #C8FEB4. Grayscale: #191919. Windows color (decimal): -13172405 or 4915511. OLE color: 4915511.

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

Color convert

RGB 55 1 75 -
CMYK 0.27 0.99 0 0.71
HSL 283.78º 0.97% 0.15% -
HSV(B) 283.78º 0.99% 0.29% -
XYZ 2.86 1.34 6.77 -
YUV 25.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 55 1 75 0.27 0.99 0 0.71 283.78 0.97 0.15
Hex 37 1 4B 1B 63 0 47 11C 61 F
Octal 67 1 113 33 143 0 107 434 141 17
Binary 110111 1 1001011 11011 1100011 0 1000111 100011100 1100001 1111

Color Harmonies of #37014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37014B

Black with #37014B

Text Example


Text Example

White with #37014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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