Html Css Color HEX #250949 Blackcurrant

📋 copy color: '#250949'

red 37 ◦ green 9 ◦ blue 73

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

Shades of Blackcurrant #250949

Tints of Blackcurrant #250949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.56%

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

R = 31.09%
G = 7.56%
B = 61.34%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#250949 (or 0x250949) is known color: Blackcurrant. HEX triplet: 25, 09 and 49. RGB value is (37,9,73). Sum of RGB (Red+Green+Blue) = 37+9+73=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #250949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250949 is #DAF6B6. Grayscale: #181818. Windows color (decimal): -14350007 or 4786469. OLE color: 4786469.

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

Color convert

RGB 37 9 73 -
CMYK 0.49 0.88 0 0.71
HSL 266.25º 0.78% 0.16% -
HSV(B) 266.25º 0.88% 0.29% -
XYZ 2.06 1.07 6.4 -
YUV 24.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 37 9 73 0.49 0.88 0 0.71 266.25 0.78 0.16
Hex 25 9 49 31 58 0 47 10A 4E 10
Octal 45 11 111 61 130 0 107 412 116 20
Binary 100101 1001 1001001 110001 1011000 0 1000111 100001010 1001110 10000

Color Harmonies of #250949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250949

Black with #250949

Text Example


Text Example

White with #250949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250949; }

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

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

background-color css

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

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

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

border-color css

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

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

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