#250934

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

Shades of Blackcurrant #250934

Tints of Blackcurrant #250934

Color information

#250934 (or 0x250934) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 34. RGB value is (37,9,52). Sum of RGB (Red+Green+Blue) = 37+9+52=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #250934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250934 is #DAF6CB. Grayscale: #161616. Windows color (decimal): -14350028 or 3410213. OLE color: 3410213.

HSL color Cylindrical-coordinate representation of color #250934: hue angle of 279.07º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #250934 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB37952-
CMYK0.290.8300.80
HSL279.07º70.49%11.96%-
HSV(B)279.07º82.69%20.39%-
XYZ1.480.843.33-
YUV22.27144.78138.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 52 (20.70% from 255) = 53.06%
R=37.76%
G=9.18%
B=53.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal379520.290.8300.80279.0770.4911.96
Hex259341D5305011746c
Octal45116435123012042710614
Binary10010110011101001110110100110101000010001011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250934; }

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

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

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

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

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

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

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

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