Html Css Color HEX #250146 Blackcurrant

📋 copy color: '#250146'

red 37 ◦ green 1 ◦ blue 70

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

Shades of Blackcurrant #250146

Tints of Blackcurrant #250146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 64.81%

R = 34.26%
G = 0.93%
B = 64.81%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250146 (or 0x250146) is known color: Blackcurrant. HEX triplet: 25, 01 and 46. RGB value is (37,1,70). Sum of RGB (Red+Green+Blue) = 37+1+70=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #250146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250146 is #DAFEB9. Grayscale: #131313. Windows color (decimal): -14352058 or 4587813. OLE color: 4587813.

HSL color Cylindrical-coordinate representation of color #250146: hue angle of 271.3º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250146 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 1 70 -
CMYK 0.47 0.99 0 0.73
HSL 271.3º 0.97% 0.14% -
HSV(B) 271.3º 0.99% 0.27% -
XYZ 1.88 0.86 5.86 -
YUV 19.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 37 1 70 0.47 0.99 0 0.73 271.3 0.97 0.14
Hex 25 1 46 2F 63 0 49 10F 61 E
Octal 45 1 106 57 143 0 111 417 141 16
Binary 100101 1 1000110 101111 1100011 0 1001001 100001111 1100001 1110

Color Harmonies of #250146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250146

Black with #250146

Text Example


Text Example

White with #250146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250146; }

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

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

background-color css

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

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

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

border-color css

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

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

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