#250943

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

Shades of Blackcurrant #250943

Tints of Blackcurrant #250943

Color information

#250943 (or 0x250943) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 43. RGB value is (37,9,67). Sum of RGB (Red+Green+Blue) = 37+9+67=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 67 (26.56% from 255 or 59.29% from 113); Max value from RGB is 67 - color contains mainly: blue. Hex color #250943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250943 is #DAF6BC. Grayscale: #171717. Windows color (decimal): -14350013 or 4393253. OLE color: 4393253.

HSL color Cylindrical-coordinate representation of color #250943: hue angle of 268.97º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250943 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB37967-
CMYK0.450.8700.74
HSL268.97º76.32%14.9%-
HSV(B)268.97º86.57%26.27%-
XYZ1.870.995.4-
YUV23.98152.28137.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 67 (26.56% from 255) = 59.29%
R=32.74%
G=7.96%
B=59.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal379670.450.8700.74268.9776.3214.9
Hex259432D5704A10d4cf
Octal451110355127011241511417
Binary1001011001100001110110110101110100101010000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250943; }

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

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

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

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

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

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

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

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