Html Css Color HEX #250A49 Blackcurrant

📋 copy color: '#250A49'

red 37 ◦ green 10 ◦ blue 73

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

Shades of Blackcurrant #250A49

Tints of Blackcurrant #250A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.33%

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

R = 30.83%
G = 8.33%
B = 60.83%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#250A49 (or 0x250A49) is known color: Blackcurrant. HEX triplet: 25, 0A and 49. RGB value is (37,10,73). Sum of RGB (Red+Green+Blue) = 37+10+73=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #250A49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A49 is #DAF5B6. Grayscale: #191919. Windows color (decimal): -14349751 or 4786725. OLE color: 4786725.

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

Color convert

RGB 37 10 73 -
CMYK 0.49 0.86 0 0.71
HSL 265.71º 0.76% 0.16% -
HSV(B) 265.71º 0.86% 0.29% -
XYZ 2.07 1.09 6.4 -
YUV 25.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 37 10 73 0.49 0.86 0 0.71 265.71 0.76 0.16
Hex 25 A 49 31 56 0 47 10A 4C 10
Octal 45 12 111 61 126 0 107 412 114 20
Binary 100101 1010 1001001 110001 1010110 0 1000111 100001010 1001100 10000

Color Harmonies of #250A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A49

Black with #250A49

Text Example


Text Example

White with #250A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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