Html Css Color HEX #250048 Blackcurrant

📋 copy color: '#250048'

red 37 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #250048

Tints of Blackcurrant #250048

RGB

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

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

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

R = 33.94%
G = 0%
B = 66.06%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250048 (or 0x250048) is known color: Blackcurrant. HEX triplet: 25, 00 and 48. RGB value is (37,0,72). Sum of RGB (Red+Green+Blue) = 37+0+72=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #250048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250048 is #DAFFB7. Grayscale: #131313. Windows color (decimal): -14352312 or 4718629. OLE color: 4718629.

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

Color convert

RGB 37 0 72 -
CMYK 0.49 1 0 0.72
HSL 270.83º 1% 0.14% -
HSV(B) 270.83º 1% 0.28% -
XYZ 1.93 0.86 6.2 -
YUV 19.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 37 0 72 0.49 1 0 0.72 270.83 1 0.14
Hex 25 0 48 31 64 0 48 10F 64 E
Octal 45 0 110 61 144 0 110 417 144 16
Binary 100101 0 1001000 110001 1100100 0 1001000 100001111 1100100 1110

Color Harmonies of #250048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250048

Black with #250048

Text Example


Text Example

White with #250048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250048; }

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

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

background-color css

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

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

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

border-color css

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

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

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