#250236

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

Shades of Blackcurrant #250236

Tints of Blackcurrant #250236

Color information

#250236 (or 0x250236) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 36. RGB value is (37,2,54). Sum of RGB (Red+Green+Blue) = 37+2+54=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #250236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250236 is #DAFDC9. Grayscale: #121212. Windows color (decimal): -14351818 or 3539493. OLE color: 3539493.

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

Color convert

RGB37254-
CMYK0.310.9600.79
HSL280.38º92.86%10.98%-
HSV(B)280.38º96.3%21.18%-
XYZ1.450.73.55-
YUV18.39148.1141.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 54 (21.48% from 255) = 58.06%
R=39.78%
G=2.15%
B=58.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal372540.310.9600.79280.3892.8610.98
Hex252361F6004F1185db
Octal4526637140011743013513
Binary100101101101101111111000000100111110001100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250236; }

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

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

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

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

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

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

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

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