Html Css Color HEX #250349 Blackcurrant

📋 copy color: '#250349'

red 37 ◦ green 3 ◦ blue 73

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

Shades of Blackcurrant #250349

Tints of Blackcurrant #250349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.65%

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

R = 32.74%
G = 2.65%
B = 64.6%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#250349 (or 0x250349) is known color: Blackcurrant. HEX triplet: 25, 03 and 49. RGB value is (37,3,73). Sum of RGB (Red+Green+Blue) = 37+3+73=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #250349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250349 is #DAFCB6. Grayscale: #141414. Windows color (decimal): -14351543 or 4784933. OLE color: 4784933.

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

Color convert

RGB 37 3 73 -
CMYK 0.49 0.96 0 0.71
HSL 269.14º 0.92% 0.15% -
HSV(B) 269.14º 0.96% 0.29% -
XYZ 2 0.94 6.38 -
YUV 21.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 37 3 73 0.49 0.96 0 0.71 269.14 0.92 0.15
Hex 25 3 49 31 60 0 47 10D 5C F
Octal 45 3 111 61 140 0 107 415 134 17
Binary 100101 11 1001001 110001 1100000 0 1000111 100001101 1011100 1111

Color Harmonies of #250349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250349

Black with #250349

Text Example


Text Example

White with #250349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250349; }

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

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

background-color css

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

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

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

border-color css

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

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

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