#250430

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

Shades of Blackcurrant #250430

Tints of Blackcurrant #250430

Color information

#250430 (or 0x250430) is unknown color: approx Blackcurrant. HEX triplet: 25, 04 and 30. RGB value is (37,4,48). Sum of RGB (Red+Green+Blue) = 37+4+48=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #250430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250430 is #DAFBCF. Grayscale: #121212. Windows color (decimal): -14351312 or 3146789. OLE color: 3146789.

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

Color convert

RGB37448-
CMYK0.230.9200.81
HSL285º84.62%10.2%-
HSV(B)285º91.67%18.82%-
XYZ1.340.692.86-
YUV18.88144.43140.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 48 (19.14% from 255) = 53.93%
R=41.57%
G=4.49%
B=53.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal374480.230.9200.8128584.6210.2
Hex25430175C05111d55a
Octal4546027134012143512512
Binary1001011001100001011110111000101000110001110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250430; }

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

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

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

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

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

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

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

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