#250230

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

Shades of Blackcurrant #250230

Tints of Blackcurrant #250230

Color information

#250230 (or 0x250230) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 30. RGB value is (37,2,48). Sum of RGB (Red+Green+Blue) = 37+2+48=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #250230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250230 is #DAFDCF. Grayscale: #111111. Windows color (decimal): -14351824 or 3146277. OLE color: 3146277.

HSL color Cylindrical-coordinate representation of color #250230: hue angle of 285.65º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250230 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB37248-
CMYK0.230.9600.81
HSL285.65º92%9.8%-
HSV(B)285.65º95.83%18.82%-
XYZ1.320.652.85-
YUV17.71145.1141.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 48 (19.14% from 255) = 55.17%
R=42.53%
G=2.30%
B=55.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal372480.230.9600.81285.65929.8
Hex25230176005111e5ca
Octal4526027140012143613412
Binary100101101100001011111000000101000110001111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250230; }

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

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

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

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

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

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

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

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