Html Css Color HEX #250139 Blackcurrant

📋 copy color: '#250139'

red 37 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #250139

Tints of Blackcurrant #250139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 60%

R = 38.95%
G = 1.05%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#250139 (or 0x250139) is known color: Blackcurrant. HEX triplet: 25, 01 and 39. RGB value is (37,1,57). Sum of RGB (Red+Green+Blue) = 37+1+57=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #250139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250139 is #DAFEC6. Grayscale: #111111. Windows color (decimal): -14352071 or 3735845. OLE color: 3735845.

HSL color Cylindrical-coordinate representation of color #250139: hue angle of 278.57º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250139 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 1 57 -
CMYK 0.35 0.98 0 0.78
HSL 278.57º 0.97% 0.11% -
HSV(B) 278.57º 0.98% 0.22% -
XYZ 1.51 0.71 3.93 -
YUV 18.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 37 1 57 0.35 0.98 0 0.78 278.57 0.97 0.11
Hex 25 1 39 23 62 0 4E 117 61 B
Octal 45 1 71 43 142 0 116 427 141 13
Binary 100101 1 111001 100011 1100010 0 1001110 100010111 1100001 1011

Color Harmonies of #250139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250139

Black with #250139

Text Example


Text Example

White with #250139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250139; }

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

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

background-color css

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

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

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

border-color css

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

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

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