#250930

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

Shades of Blackcurrant #250930

Tints of Blackcurrant #250930

Color information

#250930 (or 0x250930) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 30. RGB value is (37,9,48). Sum of RGB (Red+Green+Blue) = 37+9+48=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #250930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250930 is #DAF6CF. Grayscale: #151515. Windows color (decimal): -14350032 or 3148069. OLE color: 3148069.

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

Color convert

RGB37948-
CMYK0.230.8100.81
HSL283.08º68.42%11.18%-
HSV(B)283.08º81.25%18.82%-
XYZ1.390.82.88-
YUV21.82142.78138.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=39.36%
G=9.57%
B=51.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal379480.230.8100.81283.0868.4211.18
Hex25930175105111b44b
Octal45116027121012143310413
Binary10010110011100001011110100010101000110001101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250930; }

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

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

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

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

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

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

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

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