Html Css Color HEX #250548 Blackcurrant

📋 copy color: '#250548'

red 37 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #250548

Tints of Blackcurrant #250548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.39%

 BLUE value IS 72 (28.52% from 255) = 63.16%

R = 32.46%
G = 4.39%
B = 63.16%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250548 (or 0x250548) is known color: Blackcurrant. HEX triplet: 25, 05 and 48. RGB value is (37,5,72). Sum of RGB (Red+Green+Blue) = 37+5+72=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #250548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250548 is #DAFAB7. Grayscale: #151515. Windows color (decimal): -14351032 or 4719909. OLE color: 4719909.

HSL color Cylindrical-coordinate representation of color #250548: hue angle of 268.66º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250548 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 5 72 -
CMYK 0.49 0.93 0 0.72
HSL 268.66º 0.87% 0.15% -
HSV(B) 268.66º 0.93% 0.28% -
XYZ 1.99 0.97 6.21 -
YUV 22.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 37 5 72 0.49 0.93 0 0.72 268.66 0.87 0.15
Hex 25 5 48 31 5D 0 48 10D 57 F
Octal 45 5 110 61 135 0 110 415 127 17
Binary 100101 101 1001000 110001 1011101 0 1001000 100001101 1010111 1111

Color Harmonies of #250548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250548

Black with #250548

Text Example


Text Example

White with #250548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250548; }

 p { color: rgb(37,5,72); }

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

background-color css

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

 a { background-color: rgb(37,5,72); }

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

border-color css

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

 span { border-color: rgb(37,5,72); }

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