Html Css Color HEX #250248 Blackcurrant

📋 copy color: '#250248'

red 37 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #250248

Tints of Blackcurrant #250248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.8%

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

R = 33.33%
G = 1.8%
B = 64.86%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250248 (or 0x250248) is known color: Blackcurrant. HEX triplet: 25, 02 and 48. RGB value is (37,2,72). Sum of RGB (Red+Green+Blue) = 37+2+72=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #250248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250248 is #DAFDB7. Grayscale: #141414. Windows color (decimal): -14351800 or 4719141. OLE color: 4719141.

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

Color convert

RGB 37 2 72 -
CMYK 0.49 0.97 0 0.72
HSL 270º 0.95% 0.15% -
HSV(B) 270º 0.97% 0.28% -
XYZ 1.95 0.9 6.2 -
YUV 20.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 37 2 72 0.49 0.97 0 0.72 270 0.95 0.15
Hex 25 2 48 31 61 0 48 10E 5F F
Octal 45 2 110 61 141 0 110 416 137 17
Binary 100101 10 1001000 110001 1100001 0 1001000 100001110 1011111 1111

Color Harmonies of #250248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250248

Black with #250248

Text Example


Text Example

White with #250248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250248; }

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

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

background-color css

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

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

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

border-color css

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

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

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