#250A32

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

Shades of Blackcurrant #250A32

Tints of Blackcurrant #250A32

Color information

#250A32 (or 0x250A32) is unknown color: approx Blackcurrant. HEX triplet: 25, 0A and 32. RGB value is (37,10,50). Sum of RGB (Red+Green+Blue) = 37+10+50=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #250A32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A32 is #DAF5CD. Grayscale: #161616. Windows color (decimal): -14349774 or 3279397. OLE color: 3279397.

HSL color Cylindrical-coordinate representation of color #250A32: hue angle of 280.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #250A32 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB371050-
CMYK0.260.8000.80
HSL280.5º66.67%11.76%-
HSV(B)280.5º80%19.61%-
XYZ1.450.843.1-
YUV22.63143.45138.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 50 (19.92% from 255) = 51.55%
R=38.14%
G=10.31%
B=51.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3710500.260.8000.80280.566.6711.76
Hex25A321A5005011843c
Octal45126232120012043010314
Binary10010110101100101101010100000101000010001100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250A32; }

 p { color: rgb(37,10,50); }

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

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

 a { background-color: rgb(37,10,50); }

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

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

 span { border-color: rgb(37,10,50); }

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