#250B47

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

Shades of Blackcurrant #250B47

Tints of Blackcurrant #250B47

Color information

#250B47 (or 0x250B47) is unknown color: approx Blackcurrant. HEX triplet: 25, 0B and 47. RGB value is (37,11,71). Sum of RGB (Red+Green+Blue) = 37+11+71=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #250B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B47 is #DAF4B8. Grayscale: #191919. Windows color (decimal): -14349497 or 4655909. OLE color: 4655909.

HSL color Cylindrical-coordinate representation of color #250B47: hue angle of 266º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250B47 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB371171-
CMYK0.480.8500.72
HSL266º73.17%16.08%-
HSV(B)266º84.51%27.84%-
XYZ2.021.096.06-
YUV25.61153.61136.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=31.09%
G=9.24%
B=59.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3711710.480.8500.7226673.1716.08
Hex25B47305504810a4910
Octal451310760125011041211120
Binary10010110111000111110000101010101001000100001010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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