#250B31

Color #250B31 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #250B31

Tints of Blackcurrant #250B31

Color information

#250B31 (or 0x250B31) is unknown color: approx Blackcurrant. HEX triplet: 25, 0B and 31. RGB value is (37,11,49). Sum of RGB (Red+Green+Blue) = 37+11+49=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #250B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B31 is #DAF4CE. Grayscale: #161616. Windows color (decimal): -14349519 or 3214117. OLE color: 3214117.

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

Color convert

RGB371149-
CMYK0.240.7800.81
HSL281.05º63.33%11.76%-
HSV(B)281.05º77.55%19.22%-
XYZ1.440.852.99-
YUV23.11142.61137.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=38.14%
G=11.34%
B=50.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3711490.240.7800.81281.0563.3311.76
Hex25B31184E0511193fc
Octal4513613011601214317714
Binary1001011011110001110001001110010100011000110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #250B31;
 }
 .AnyTagClassName
 {
   color: #250B31;
 }
</style>
background-color css

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

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

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

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

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

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