Html Css Color HEX #37253F Blackcurrant

📋 copy color: '#37253F'

red 55 ◦ green 37 ◦ blue 63

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

Shades of Blackcurrant #37253F

Tints of Blackcurrant #37253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.87%

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

R = 35.48%
G = 23.87%
B = 40.65%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#37253F (or 0x37253F) is known color: Blackcurrant. HEX triplet: 37, 25 and 3F. RGB value is (55,37,63). Sum of RGB (Red+Green+Blue) = 55+37+63=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 63 - color contains mainly: blue. Hex color #37253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37253F is #C8DAC0. Grayscale: #2D2D2D. Windows color (decimal): -13163201 or 4138295. OLE color: 4138295.

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

Color convert

RGB 55 37 63 -
CMYK 0.13 0.41 0 0.75
HSL 281.54º 0.26% 0.2% -
HSV(B) 281.54º 0.41% 0.25% -
XYZ 3.13 2.49 5.02 -
YUV 45.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 55 37 63 0.13 0.41 0 0.75 281.54 0.26 0.2
Hex 37 25 3F D 29 0 4B 11A 1A 14
Octal 67 45 77 15 51 0 113 432 32 24
Binary 110111 100101 111111 1101 101001 0 1001011 100011010 11010 10100

Color Harmonies of #37253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37253F

Black with #37253F

Text Example


Text Example

White with #37253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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