Html Css Color HEX #250247 Blackcurrant

📋 copy color: '#250247'

red 37 ◦ green 2 ◦ blue 71

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

Shades of Blackcurrant #250247

Tints of Blackcurrant #250247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 64.55%

R = 33.64%
G = 1.82%
B = 64.55%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250247 (or 0x250247) is known color: Blackcurrant. HEX triplet: 25, 02 and 47. RGB value is (37,2,71). Sum of RGB (Red+Green+Blue) = 37+2+71=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #250247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250247 is #DAFDB8. Grayscale: #141414. Windows color (decimal): -14351801 or 4653605. OLE color: 4653605.

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

Color convert

RGB 37 2 71 -
CMYK 0.48 0.97 0 0.72
HSL 270.43º 0.95% 0.14% -
HSV(B) 270.43º 0.97% 0.28% -
XYZ 1.92 0.89 6.03 -
YUV 20.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 37 2 71 0.48 0.97 0 0.72 270.43 0.95 0.14
Hex 25 2 47 30 61 0 48 10E 5F E
Octal 45 2 107 60 141 0 110 416 137 16
Binary 100101 10 1000111 110000 1100001 0 1001000 100001110 1011111 1110

Color Harmonies of #250247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250247

Black with #250247

Text Example


Text Example

White with #250247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250247; }

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

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

background-color css

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

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

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

border-color css

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

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

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