#250239

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

Shades of Blackcurrant #250239

Tints of Blackcurrant #250239

Color information

#250239 (or 0x250239) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 39. RGB value is (37,2,57). Sum of RGB (Red+Green+Blue) = 37+2+57=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 57 (22.66% from 255 or 59.38% from 96); Max value from RGB is 57 - color contains mainly: blue. Hex color #250239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250239 is #DAFDC6. Grayscale: #121212. Windows color (decimal): -14351815 or 3736101. OLE color: 3736101.

HSL color Cylindrical-coordinate representation of color #250239: hue angle of 278.18º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250239 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB37257-
CMYK0.350.9600.78
HSL278.18º93.22%11.57%-
HSV(B)278.18º96.49%22.35%-
XYZ1.520.733.93-
YUV18.74149.6141.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 57 (22.66% from 255) = 59.38%
R=38.54%
G=2.08%
B=59.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal372570.350.9600.78278.1893.2211.57
Hex25239236004E1165dc
Octal4527143140011642613514
Binary1001011011100110001111000000100111010001011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250239; }

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

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

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

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

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

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

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

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