Html Css Color HEX #250141 Blackcurrant

📋 copy color: '#250141'

red 37 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #250141

Tints of Blackcurrant #250141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.97%

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

R = 35.92%
G = 0.97%
B = 63.11%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250141 (or 0x250141) is known color: Blackcurrant. HEX triplet: 25, 01 and 41. RGB value is (37,1,65). Sum of RGB (Red+Green+Blue) = 37+1+65=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #250141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250141 is #DAFEBE. Grayscale: #121212. Windows color (decimal): -14352063 or 4260133. OLE color: 4260133.

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

Color convert

RGB 37 1 65 -
CMYK 0.43 0.98 0 0.75
HSL 273.75º 0.97% 0.13% -
HSV(B) 273.75º 0.98% 0.25% -
XYZ 1.73 0.8 5.06 -
YUV 19.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 37 1 65 0.43 0.98 0 0.75 273.75 0.97 0.13
Hex 25 1 41 2B 62 0 4B 112 61 D
Octal 45 1 101 53 142 0 113 422 141 15
Binary 100101 1 1000001 101011 1100010 0 1001011 100010010 1100001 1101

Color Harmonies of #250141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250141

Black with #250141

Text Example


Text Example

White with #250141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250141; }

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

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

background-color css

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

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

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

border-color css

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

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

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