Html Css Color HEX #250240 Blackcurrant

📋 copy color: '#250240'

red 37 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #250240

Tints of Blackcurrant #250240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 62.14%

R = 35.92%
G = 1.94%
B = 62.14%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250240 (or 0x250240) is known color: Blackcurrant. HEX triplet: 25, 02 and 40. RGB value is (37,2,64). Sum of RGB (Red+Green+Blue) = 37+2+64=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #250240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250240 is #DAFDBF. Grayscale: #131313. Windows color (decimal): -14351808 or 4194853. OLE color: 4194853.

HSL color Cylindrical-coordinate representation of color #250240: hue angle of 273.87º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250240 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 2 64 -
CMYK 0.42 0.97 0 0.75
HSL 273.87º 0.94% 0.13% -
HSV(B) 273.87º 0.97% 0.25% -
XYZ 1.71 0.81 4.92 -
YUV 19.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 37 2 64 0.42 0.97 0 0.75 273.87 0.94 0.13
Hex 25 2 40 2A 61 0 4B 112 5E D
Octal 45 2 100 52 141 0 113 422 136 15
Binary 100101 10 1000000 101010 1100001 0 1001011 100010010 1011110 1101

Color Harmonies of #250240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250240

Black with #250240

Text Example


Text Example

White with #250240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250240; }

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

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

background-color css

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

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

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

border-color css

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

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

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