Html Css Color HEX #250448 Blackcurrant

📋 copy color: '#250448'

red 37 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #250448

Tints of Blackcurrant #250448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.54%

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

R = 32.74%
G = 3.54%
B = 63.72%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250448 (or 0x250448) is known color: Blackcurrant. HEX triplet: 25, 04 and 48. RGB value is (37,4,72). Sum of RGB (Red+Green+Blue) = 37+4+72=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #250448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250448 is #DAFBB7. Grayscale: #151515. Windows color (decimal): -14351288 or 4719653. OLE color: 4719653.

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

Color convert

RGB 37 4 72 -
CMYK 0.49 0.94 0 0.72
HSL 269.12º 0.89% 0.15% -
HSV(B) 269.12º 0.94% 0.28% -
XYZ 1.98 0.95 6.21 -
YUV 21.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 37 4 72 0.49 0.94 0 0.72 269.12 0.89 0.15
Hex 25 4 48 31 5E 0 48 10D 59 F
Octal 45 4 110 61 136 0 110 415 131 17
Binary 100101 100 1001000 110001 1011110 0 1001000 100001101 1011001 1111

Color Harmonies of #250448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250448

Black with #250448

Text Example


Text Example

White with #250448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250448; }

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

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

background-color css

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

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

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

border-color css

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

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

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