#250336

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

Shades of Blackcurrant #250336

Tints of Blackcurrant #250336

Color information

#250336 (or 0x250336) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 36. RGB value is (37,3,54). Sum of RGB (Red+Green+Blue) = 37+3+54=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #250336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250336 is #DAFCC9. Grayscale: #121212. Windows color (decimal): -14351562 or 3539749. OLE color: 3539749.

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

Color convert

RGB37354-
CMYK0.310.9400.79
HSL280º89.47%11.18%-
HSV(B)280º94.44%21.18%-
XYZ1.460.723.55-
YUV18.98147.76140.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 54 (21.48% from 255) = 57.45%
R=39.36%
G=3.19%
B=57.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal373540.310.9400.7928089.4711.18
Hex253361F5E04F11859b
Octal4536637136011743013113
Binary100101111101101111110111100100111110001100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250336; }

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

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

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

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

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

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

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

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