Html Css Color HEX #250440 Blackcurrant

📋 copy color: '#250440'

red 37 ◦ green 4 ◦ blue 64

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

Shades of Blackcurrant #250440

Tints of Blackcurrant #250440

RGB

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

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

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

R = 35.24%
G = 3.81%
B = 60.95%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250440 (or 0x250440) is known color: Blackcurrant. HEX triplet: 25, 04 and 40. RGB value is (37,4,64). Sum of RGB (Red+Green+Blue) = 37+4+64=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #250440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250440 is #DAFBBF. Grayscale: #141414. Windows color (decimal): -14351296 or 4195365. OLE color: 4195365.

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

Color convert

RGB 37 4 64 -
CMYK 0.42 0.94 0 0.75
HSL 273º 0.88% 0.13% -
HSV(B) 273º 0.94% 0.25% -
XYZ 1.73 0.85 4.92 -
YUV 20.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 37 4 64 0.42 0.94 0 0.75 273 0.88 0.13
Hex 25 4 40 2A 5E 0 4B 111 58 D
Octal 45 4 100 52 136 0 113 421 130 15
Binary 100101 100 1000000 101010 1011110 0 1001011 100010001 1011000 1101

Color Harmonies of #250440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250440

Black with #250440

Text Example


Text Example

White with #250440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250440; }

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

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

background-color css

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

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

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

border-color css

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

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

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