#250047

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

Shades of Blackcurrant #250047

Tints of Blackcurrant #250047

Color information

#250047 (or 0x250047) is unknown color: approx Blackcurrant. HEX triplet: 25, 00 and 47. RGB value is (37,0,71). Sum of RGB (Red+Green+Blue) = 37+0+71=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #250047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250047 is #DAFFB8. Grayscale: #121212. Windows color (decimal): -14352313 or 4653093. OLE color: 4653093.

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

Color convert

RGB37071-
CMYK0.48100.72
HSL271.27º100%13.92%-
HSV(B)271.27º100%27.84%-
XYZ1.90.856.02-
YUV19.16157.26140.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 65.74%
R=34.26%
G=0%
B=65.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal370710.48100.72271.2710013.92
Hex25047306404810f64e
Octal45010760144011041714416
Binary1001010100011111000011001000100100010000111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250047; }

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

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

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

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

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

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

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

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