#250334

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

Shades of Blackcurrant #250334

Tints of Blackcurrant #250334

Color information

#250334 (or 0x250334) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 34. RGB value is (37,3,52). Sum of RGB (Red+Green+Blue) = 37+3+52=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #250334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250334 is #DAFCCB. Grayscale: #121212. Windows color (decimal): -14351564 or 3408677. OLE color: 3408677.

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

Color convert

RGB37352-
CMYK0.290.9400.80
HSL281.63º89.09%10.78%-
HSV(B)281.63º94.23%20.39%-
XYZ1.420.713.31-
YUV18.75146.76141.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 52 (20.70% from 255) = 56.52%
R=40.22%
G=3.26%
B=56.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal373520.290.9400.80281.6389.0910.78
Hex253341D5E05011a59b
Octal4536435136012043213113
Binary100101111101001110110111100101000010001101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250334; }

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

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

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

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

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

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

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

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