Html Css Color HEX #250049 Blackcurrant

📋 copy color: '#250049'

red 37 ◦ green 0 ◦ blue 73

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

Shades of Blackcurrant #250049

Tints of Blackcurrant #250049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.64%
G = 0%
B = 66.36%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#250049 (or 0x250049) is known color: Blackcurrant. HEX triplet: 25, 00 and 49. RGB value is (37,0,73). Sum of RGB (Red+Green+Blue) = 37+0+73=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #250049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250049 is #DAFFB6. Grayscale: #131313. Windows color (decimal): -14352311 or 4784165. OLE color: 4784165.

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

Color convert

RGB 37 0 73 -
CMYK 0.49 1 0 0.71
HSL 270.41º 1% 0.14% -
HSV(B) 270.41º 1% 0.29% -
XYZ 1.97 0.87 6.37 -
YUV 19.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 37 0 73 0.49 1 0 0.71 270.41 1 0.14
Hex 25 0 49 31 64 0 47 10E 64 E
Octal 45 0 111 61 144 0 107 416 144 16
Binary 100101 0 1001001 110001 1100100 0 1000111 100001110 1100100 1110

Color Harmonies of #250049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250049

Black with #250049

Text Example


Text Example

White with #250049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250049; }

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

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

background-color css

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

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

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

border-color css

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

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

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