Html Css Color HEX #250041 Blackcurrant

📋 copy color: '#250041'

red 37 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #250041

Tints of Blackcurrant #250041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 63.73%

R = 36.27%
G = 0%
B = 63.73%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250041 (or 0x250041) is known color: Blackcurrant. HEX triplet: 25, 00 and 41. RGB value is (37,0,65). Sum of RGB (Red+Green+Blue) = 37+0+65=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #250041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250041 is #DAFFBE. Grayscale: #121212. Windows color (decimal): -14352319 or 4259877. OLE color: 4259877.

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

Color convert

RGB 37 0 65 -
CMYK 0.43 1 0 0.75
HSL 274.15º 1% 0.13% -
HSV(B) 274.15º 1% 0.25% -
XYZ 1.72 0.77 5.06 -
YUV 18.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 37 0 65 0.43 1 0 0.75 274.15 1 0.13
Hex 25 0 41 2B 64 0 4B 112 64 D
Octal 45 0 101 53 144 0 113 422 144 15
Binary 100101 0 1000001 101011 1100100 0 1001011 100010010 1100100 1101

Color Harmonies of #250041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250041

Black with #250041

Text Example


Text Example

White with #250041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250041; }

 p { color: rgb(37,0,65); }

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

background-color css

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

 a { background-color: rgb(37,0,65); }

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

border-color css

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

 span { border-color: rgb(37,0,65); }

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