Html Css Color HEX #250540 Blackcurrant

📋 copy color: '#250540'

red 37 ◦ green 5 ◦ blue 64

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

Shades of Blackcurrant #250540

Tints of Blackcurrant #250540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.72%

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

R = 34.91%
G = 4.72%
B = 60.38%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250540 (or 0x250540) is known color: Blackcurrant. HEX triplet: 25, 05 and 40. RGB value is (37,5,64). Sum of RGB (Red+Green+Blue) = 37+5+64=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #250540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250540 is #DAFABF. Grayscale: #151515. Windows color (decimal): -14351040 or 4195621. OLE color: 4195621.

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

Color convert

RGB 37 5 64 -
CMYK 0.42 0.92 0 0.75
HSL 272.54º 0.86% 0.14% -
HSV(B) 272.54º 0.92% 0.25% -
XYZ 1.74 0.87 4.93 -
YUV 21.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 37 5 64 0.42 0.92 0 0.75 272.54 0.86 0.14
Hex 25 5 40 2A 5C 0 4B 111 56 E
Octal 45 5 100 52 134 0 113 421 126 16
Binary 100101 101 1000000 101010 1011100 0 1001011 100010001 1010110 1110

Color Harmonies of #250540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250540

Black with #250540

Text Example


Text Example

White with #250540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250540; }

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

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

background-color css

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

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

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

border-color css

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

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

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