Html Css Color HEX #37053F Blackcurrant

📋 copy color: '#37053F'

red 55 ◦ green 5 ◦ blue 63

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

Shades of Blackcurrant #37053F

Tints of Blackcurrant #37053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

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

R = 44.72%
G = 4.07%
B = 51.22%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#37053F (or 0x37053F) is known color: Blackcurrant. HEX triplet: 37, 05 and 3F. RGB value is (55,5,63). Sum of RGB (Red+Green+Blue) = 55+5+63=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #37053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37053F is #C8FAC0. Grayscale: #1A1A1A. Windows color (decimal): -13171393 or 4130103. OLE color: 4130103.

HSL color Cylindrical-coordinate representation of color #37053F: hue angle of 291.72º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37053F is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 5 63 -
CMYK 0.13 0.92 0 0.75
HSL 291.72º 0.85% 0.13% -
HSV(B) 291.72º 0.92% 0.25% -
XYZ 2.53 1.28 4.82 -
YUV 26.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 55 5 63 0.13 0.92 0 0.75 291.72 0.85 0.13
Hex 37 5 3F D 5C 0 4B 124 55 D
Octal 67 5 77 15 134 0 113 444 125 15
Binary 110111 101 111111 1101 1011100 0 1001011 100100100 1010101 1101

Color Harmonies of #37053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37053F

Black with #37053F

Text Example


Text Example

White with #37053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37053F; }

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

 H1.HeaderClassName
 {
   color: #37053F;
 }
 .AnyTagClassName
 {
   color: #37053F;
 }
</style>

background-color css

<style>
 a { background-color: #37053F; }

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

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

border-color css

<style>
 span { border-color: #37053F; }

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

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