Html Css Color HEX #250449 Blackcurrant

📋 copy color: '#250449'

red 37 ◦ green 4 ◦ blue 73

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

Shades of Blackcurrant #250449

Tints of Blackcurrant #250449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.51%

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

R = 32.46%
G = 3.51%
B = 64.04%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#250449 (or 0x250449) is known color: Blackcurrant. HEX triplet: 25, 04 and 49. RGB value is (37,4,73). Sum of RGB (Red+Green+Blue) = 37+4+73=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #250449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250449 is #DAFBB6. Grayscale: #151515. Windows color (decimal): -14351287 or 4785189. OLE color: 4785189.

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

Color convert

RGB 37 4 73 -
CMYK 0.49 0.95 0 0.71
HSL 268.7º 0.9% 0.15% -
HSV(B) 268.7º 0.95% 0.29% -
XYZ 2.01 0.96 6.38 -
YUV 21.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 37 4 73 0.49 0.95 0 0.71 268.7 0.9 0.15
Hex 25 4 49 31 5F 0 47 10D 5A F
Octal 45 4 111 61 137 0 107 415 132 17
Binary 100101 100 1001001 110001 1011111 0 1000111 100001101 1011010 1111

Color Harmonies of #250449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250449

Black with #250449

Text Example


Text Example

White with #250449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250449; }

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

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

background-color css

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

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

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

border-color css

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

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

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