Html Css Color HEX #250249 Blackcurrant

📋 copy color: '#250249'

red 37 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #250249

Tints of Blackcurrant #250249

RGB

 RED value IS 37 (14.84% from 255) = 33.04%

 GREEN value IS 2 (1.17% from 255) = 1.79%

 BLUE value IS 73 (28.91% from 255) = 65.18%

R = 33.04%
G = 1.79%
B = 65.18%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#250249 (or 0x250249) is known color: Blackcurrant. HEX triplet: 25, 02 and 49. RGB value is (37,2,73). Sum of RGB (Red+Green+Blue) = 37+2+73=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #250249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250249 is #DAFDB6. Grayscale: #141414. Windows color (decimal): -14351799 or 4784677. OLE color: 4784677.

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

Color convert

RGB 37 2 73 -
CMYK 0.49 0.97 0 0.71
HSL 269.58º 0.95% 0.15% -
HSV(B) 269.58º 0.97% 0.29% -
XYZ 1.99 0.92 6.38 -
YUV 20.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 37 2 73 0.49 0.97 0 0.71 269.58 0.95 0.15
Hex 25 2 49 31 61 0 47 10E 5F F
Octal 45 2 111 61 141 0 107 416 137 17
Binary 100101 10 1001001 110001 1100001 0 1000111 100001110 1011111 1111

Color Harmonies of #250249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250249

Black with #250249

Text Example


Text Example

White with #250249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250249; }

 p { color: rgb(37,2,73); }

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

background-color css

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

 a { background-color: rgb(37,2,73); }

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

border-color css

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

 span { border-color: rgb(37,2,73); }

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