#250036

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

Shades of Blackcurrant #250036

Tints of Blackcurrant #250036

Color information

#250036 (or 0x250036) is unknown color: approx Blackcurrant. HEX triplet: 25, 00 and 36. RGB value is (37,0,54). Sum of RGB (Red+Green+Blue) = 37+0+54=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #250036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250036 is #DAFFC9. Grayscale: #111111. Windows color (decimal): -14352330 or 3538981. OLE color: 3538981.

HSL color Cylindrical-coordinate representation of color #250036: hue angle of 281.11º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250036 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB37054-
CMYK0.31100.79
HSL281.11º100%10.59%-
HSV(B)281.11º100%21.18%-
XYZ1.430.663.54-
YUV17.22148.76142.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 59.34%
R=40.66%
G=0%
B=59.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal370540.31100.79281.1110010.59
Hex250361F6404F11964b
Octal4506637144011743114413
Binary10010101101101111111001000100111110001100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250036; }

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

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

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

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

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

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

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

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