Html Css Color HEX #250931 Blackcurrant

📋 copy color: '#250931'

red 37 ◦ green 9 ◦ blue 49

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

Shades of Blackcurrant #250931

Tints of Blackcurrant #250931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

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

R = 38.95%
G = 9.47%
B = 51.58%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#250931 (or 0x250931) is known color: Blackcurrant. HEX triplet: 25, 09 and 31. RGB value is (37,9,49). Sum of RGB (Red+Green+Blue) = 37+9+49=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #250931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250931 is #DAF6CE. Grayscale: #151515. Windows color (decimal): -14350031 or 3213605. OLE color: 3213605.

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

Color convert

RGB 37 9 49 -
CMYK 0.24 0.82 0 0.81
HSL 282º 0.69% 0.11% -
HSV(B) 282º 0.82% 0.19% -
XYZ 1.42 0.81 2.99 -
YUV 21.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 37 9 49 0.24 0.82 0 0.81 282 0.69 0.11
Hex 25 9 31 18 52 0 51 11A 45 B
Octal 45 11 61 30 122 0 121 432 105 13
Binary 100101 1001 110001 11000 1010010 0 1010001 100011010 1000101 1011

Color Harmonies of #250931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250931

Black with #250931

Text Example


Text Example

White with #250931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250931; }

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

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

background-color css

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

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

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

border-color css

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

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

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