Html Css Color HEX #250F31 Blackcurrant

📋 copy color: '#250F31'

red 37 ◦ green 15 ◦ blue 49

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

Shades of Blackcurrant #250F31

Tints of Blackcurrant #250F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.85%

 BLUE value IS 49 (19.53% from 255) = 48.51%

R = 36.63%
G = 14.85%
B = 48.51%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#250F31 (or 0x250F31) is known color: Blackcurrant. HEX triplet: 25, 0F and 31. RGB value is (37,15,49). Sum of RGB (Red+Green+Blue) = 37+15+49=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #250F31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F31 is #DAF0CE. Grayscale: #191919. Windows color (decimal): -14348495 or 3215141. OLE color: 3215141.

HSL color Cylindrical-coordinate representation of color #250F31: hue angle of 278.82º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #250F31 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 15 49 -
CMYK 0.24 0.69 0 0.81
HSL 278.82º 0.53% 0.13% -
HSV(B) 278.82º 0.69% 0.19% -
XYZ 1.49 0.96 3.01 -
YUV 25.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 37 15 49 0.24 0.69 0 0.81 278.82 0.53 0.13
Hex 25 F 31 18 45 0 51 117 35 D
Octal 45 17 61 30 105 0 121 427 65 15
Binary 100101 1111 110001 11000 1000101 0 1010001 100010111 110101 1101

Color Harmonies of #250F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F31

Black with #250F31

Text Example


Text Example

White with #250F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250F31; }

 p { color: rgb(37,15,49); }

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

background-color css

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

 a { background-color: rgb(37,15,49); }

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

border-color css

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

 span { border-color: rgb(37,15,49); }

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