#250947

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

Shades of Blackcurrant #250947

Tints of Blackcurrant #250947

Color information

#250947 (or 0x250947) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 47. RGB value is (37,9,71). Sum of RGB (Red+Green+Blue) = 37+9+71=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #250947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250947 is #DAF6B8. Grayscale: #181818. Windows color (decimal): -14350009 or 4655397. OLE color: 4655397.

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

Color convert

RGB37971-
CMYK0.480.8700.72
HSL267.1º77.5%15.69%-
HSV(B)267.1º87.32%27.84%-
XYZ21.046.06-
YUV24.44154.28136.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 71 (28.12% from 255) = 60.68%
R=31.62%
G=7.69%
B=60.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal379710.480.8700.72267.177.515.69
Hex25947305704810b4e10
Octal451110760127011041311620
Binary10010110011000111110000101011101001000100001011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250947; }

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

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

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

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

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

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

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

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